Skip to content

Instantly share code, notes, and snippets.

@celso
Created January 25, 2024 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save celso/0dbff0d565e41cfa3a14cd3edfac8075 to your computer and use it in GitHub Desktop.
Save celso/0dbff0d565e41cfa3a14cd3edfac8075 to your computer and use it in GitHub Desktop.
nginx sapo
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