Skip to content

Instantly share code, notes, and snippets.

@sashas777
Created July 8, 2019 16:07
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 sashas777/de9e79316a9afd3caa5ad014f64f4e1f to your computer and use it in GitHub Desktop.
Save sashas777/de9e79316a9afd3caa5ad014f64f4e1f to your computer and use it in GitHub Desktop.
M2 Virtual Host
server {
listen 8080;
server_name local.something.com;
set $MAGE_ROOT /usr/share/nginx/html/something;
set $MAGE_RUN_TYPE website;
include /usr/share/nginx/html/something/nginx.conf.sample;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment