Skip to content

Instantly share code, notes, and snippets.

@taynguyen
Created November 17, 2020 07:45
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 taynguyen/75bf6cd7d1c69819a5e1c2637fd7dd04 to your computer and use it in GitHub Desktop.
Save taynguyen/75bf6cd7d1c69819a5e1c2637fd7dd04 to your computer and use it in GitHub Desktop.
```
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