Skip to content

Instantly share code, notes, and snippets.

@ivmm
Created August 2, 2017 15:02
Show Gist options
  • Select an option

  • Save ivmm/39c3ec4dbc82084e7d86e0e238bcc3a7 to your computer and use it in GitHub Desktop.

Select an option

Save ivmm/39c3ec4dbc82084e7d86e0e238bcc3a7 to your computer and use it in GitHub Desktop.
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
server_name localhost;
location / {
proxy_pass http://127.0.0.1:2368;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment