-
-
Save sashas777/de9e79316a9afd3caa5ad014f64f4e1f to your computer and use it in GitHub Desktop.
M2 Virtual Host
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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