Skip to content

Instantly share code, notes, and snippets.

@gillchristian
Last active March 15, 2020 20:41
Show Gist options
  • Select an option

  • Save gillchristian/4c010123322915960d06f02c59240461 to your computer and use it in GitHub Desktop.

Select an option

Save gillchristian/4c010123322915960d06f02c59240461 to your computer and use it in GitHub Desktop.
[devops]
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