Skip to content

Instantly share code, notes, and snippets.

@jbfarez
Last active June 21, 2017 16:10
Show Gist options
  • Save jbfarez/72111546b50e76bc072034fba6905098 to your computer and use it in GitHub Desktop.
Save jbfarez/72111546b50e76bc072034fba6905098 to your computer and use it in GitHub Desktop.
upKVmyjrBtqtfa3
server {
listen 15999;
location / {
proxy_pass http://$http_host;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Via "Admin_Lobby_Proxy";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment