git-server/caddy/Caddyfile

10 lines
No EOL
497 B
Caddyfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# Caddyfile for prod-sourcecamp-starcatsys
# /etc/caddy/Caddyfile
# After modifying, gracefully reload Caddy with `sudo systemctl reload caddy`
#
# Reverse proxy for Forgejo
git.starcat.systems {
reverse_proxy 127.0.0.1:3000
}