Skip to content

Instantly share code, notes, and snippets.

@twosg
Created September 25, 2017 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twosg/0950a8c0b6228d644a686eb0d1f7efa6 to your computer and use it in GitHub Desktop.
Save twosg/0950a8c0b6228d644a686eb0d1f7efa6 to your computer and use it in GitHub Desktop.
Fooman Speedster Nginx
rewrite ^/minify/([0-9]+)(/.*.(js|css))$ /lib/minify/m.php?f=$2&d=$1 last;
rewrite ^/skin/m/([0-9]+)(/.*.(js|css))$ /lib/minify/m.php?f=$2&d=$1 last;
location /lib/minify/ {
allow all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment