Skip to content

Instantly share code, notes, and snippets.

@gaulatti
Created April 6, 2020 02:04
Show Gist options
  • Save gaulatti/1b6966fb0ff94cbe03792b5ac5cf27d9 to your computer and use it in GitHub Desktop.
Save gaulatti/1b6966fb0ff94cbe03792b5ac5cf27d9 to your computer and use it in GitHub Desktop.
server {
server_name server.domain.com;
location / {
proxy_pass http://127.0.0.1:8080;
}
listen 80;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment