Skip to content

Instantly share code, notes, and snippets.

@ajbonner
Last active December 23, 2015 11:19
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 ajbonner/6627198 to your computer and use it in GitHub Desktop.
Save ajbonner/6627198 to your computer and use it in GitHub Desktop.
Nginx magento app file handling
location ^~ /store/app {
access_log off;
log_not_found off;
return 404;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment