Skip to content

Instantly share code, notes, and snippets.

@Nagasaki45
Last active March 1, 2016 18:55
Show Gist options
  • Save Nagasaki45/4575b34641bc4e804c09 to your computer and use it in GitHub Desktop.
Save Nagasaki45/4575b34641bc4e804c09 to your computer and use it in GitHub Desktop.
System wide Nginx configuration for Xteams
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