Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save geekwho-eth/2872301 to your computer and use it in GitHub Desktop.
Save geekwho-eth/2872301 to your computer and use it in GitHub Desktop.
Fooman Speedster nginx rewrite rule
#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