Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save deniscsz/a80de13485cfc2351d64 to your computer and use it in GitHub Desktop.
Save deniscsz/a80de13485cfc2351d64 to your computer and use it in GitHub Desktop.
#for Fooman Speedster 2 nginx rewrite rule
location /skin/m/ {
rewrite ^/skin/m/([^/]+)(/.*.(js|css))$ /lib/minify/m.php?f=$2&d=$1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment