Created
April 6, 2020 02:04
-
-
Save gaulatti/1b6966fb0ff94cbe03792b5ac5cf27d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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