Skip to content

Instantly share code, notes, and snippets.

@Ribesg
Created March 21, 2014 16:11
Show Gist options
  • Save Ribesg/9689705 to your computer and use it in GitHub Desktop.
Save Ribesg/9689705 to your computer and use it in GitHub Desktop.
server {
server_name javadocs.ribesg.fr;
location / {
proxy_pass http://127.0.0.1:9999;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment