Files
rpmspecs-gitea/rpm/gitea.caddy
T

12 lines
192 B
Plaintext

#git.example.com {
# reverse_proxy localhost:3000
#}
# Using sub-path
#git.example.com {
# route /git/* {
# uri strip_prefix /git
# reverse_proxy localhost:3000
# }
#}