Last active
March 15, 2020 20:41
-
-
Save gillchristian/4c010123322915960d06f02c59240461 to your computer and use it in GitHub Desktop.
[devops]
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
| gillchristian.xyz { | |
| # projects | |
| proxy /projects/go-api localhost:8998 { | |
| without /projects/go-api | |
| } | |
| # git-workshop | |
| proxy /git-workshop localhost:8997 { | |
| without /git-workshop | |
| } | |
| # react-intro | |
| proxy /react-intro localhost:8996 { | |
| without /react-intro | |
| } | |
| # scrapmazon | |
| proxy /scrapmazon localhost:8995 { | |
| without /scrapmazon | |
| } | |
| # tic-tac-toe | |
| proxy /tic-tac-toe localhost:8994 | |
| # fb-bot PoC | |
| proxy /bot localhost:8500 { | |
| without /bot | |
| } | |
| # main site | |
| proxy / localhost:9000 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment