Created
March 15, 2022 15:51
-
-
Save Lobbyra/613b4551f05a6010b12765961ba64a9a to your computer and use it in GitHub Desktop.
proxy reverse nginx model
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 { | |
listen 80; | |
server_name example.com; | |
location / { | |
proxy_pass https://xxxx/; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment