Created
March 21, 2014 15:13
-
-
Save jerzyn/9688475 to your computer and use it in GitHub Desktop.
Nginx server_name configuration
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
| listen 80; | |
| ## CHANGE YOUR SERVER_NAME TO YOUR CUSTOM DOMAIN OR LEAVE IT BLANK IF ONLY HAVE ONE | |
| server_name YOUR-SERVICE-DOMAIN-FOR-NGINX; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment