11 lines
192 B
Text
11 lines
192 B
Text
#git.example.com {
|
|
# reverse_proxy localhost:3000
|
|
#}
|
|
|
|
# Using sub-path
|
|
#git.example.com {
|
|
# route /git/* {
|
|
# uri strip_prefix /git
|
|
# reverse_proxy localhost:3000
|
|
# }
|
|
#}
|