Skip to content

Instantly share code, notes, and snippets.

@jdijt
Last active July 2, 2018 08:56
Show Gist options
  • Save jdijt/f491e966e66beb9523331605de23be45 to your computer and use it in GitHub Desktop.
Save jdijt/f491e966e66beb9523331605de23be45 to your computer and use it in GitHub Desktop.
server {
listen $PORT_NGINX;
listen [::]:$PORT_NGINX;
location / {
proxy_pass $UPSTREAM;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment