-
-
Save sashas777/b1d6160a81075209f532a08240eda44e 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