Skip to content

Instantly share code, notes, and snippets.

@mschultheiss83
Created August 23, 2013 15:21
Show Gist options
  • Select an option

  • Save mschultheiss83/6320536 to your computer and use it in GitHub Desktop.

Select an option

Save mschultheiss83/6320536 to your computer and use it in GitHub Desktop.
...
location ~ .php$ {
...
## Magento 2 Developer mode
fastcgi_param MAGE_MODE "developer";
...
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment