Created
January 25, 2024 11:46
-
-
Save celso/0dbff0d565e41cfa3a14cd3edfac8075 to your computer and use it in GitHub Desktop.
nginx sapo
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
events {} | |
daemon off; | |
http { | |
server { | |
listen 80; | |
server_name sapo.ua.pt; | |
location / { | |
proxy_pass https://sapo.pages.dev; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment