Last active
March 1, 2016 18:55
-
-
Save Nagasaki45/4575b34641bc4e804c09 to your computer and use it in GitHub Desktop.
System wide Nginx configuration for Xteams
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 80; | |
server_name xteams.nagasaki45.com; | |
location / { | |
proxy_set_header Host xteams.nagasaki45.com; | |
proxy_pass http://localhost:9768; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment