Skip to content

Instantly share code, notes, and snippets.

@musghost
Created December 18, 2014 03:37
Show Gist options
  • Select an option

  • Save musghost/8bb1f7d071b374fcf43d to your computer and use it in GitHub Desktop.

Select an option

Save musghost/8bb1f7d071b374fcf43d to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name campus.vincoorbis.com;
location / {
proxy_pass http://localhost:2368;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment