Skip to content

Instantly share code, notes, and snippets.

@lukaspustina
Created January 22, 2014 10:07
Show Gist options
  • Select an option

  • Save lukaspustina/8556294 to your computer and use it in GitHub Desktop.

Select an option

Save lukaspustina/8556294 to your computer and use it in GitHub Desktop.
server {
listen 8080;
server_name docker-network-demo;
location / {
proxy_set_header X-Root-IP $remote_addr;
proxy_set_header X-Forward-For $remote_addr;
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:18080
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment