Created
November 17, 2020 07:45
-
-
Save taynguyen/75bf6cd7d1c69819a5e1c2637fd7dd04 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 taynguyen.dev; | |
location / { | |
proxy_pass http://127.0.0.1:8080; | |
} | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment