Files
gitea/Caddyfile

8 lines
96 B
Caddyfile

http://{$DOMAIN} {
reverse_proxy gitea:3000
}
https://{$DOMAIN} {
reverse_proxy gitea:3000
}