Skip to content

Instantly share code, notes, and snippets.

@pepebe
Last active October 30, 2015 00:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pepebe/9738015 to your computer and use it in GitHub Desktop.
Save pepebe/9738015 to your computer and use it in GitHub Desktop.
nginx webrules for munee. Suitable for modx cloud
rewrite ^/assets/components/foundation/(.*\.(js|gif|jpe?g|png))$ /munee.php?files=/assets/components/foundation/$1 last;
rewrite ^/assets/templates/(.*\.(js|gif|jpe?g|png))$ /munee.php?files=/assets/templates/$1 last;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment