infra/home/ansible/templates/Caddyfile.j2
2025-09-06 12:46:26 -05:00

18 lines
No EOL
482 B
Django/Jinja

# Caddy reverse proxy configuration
# Managed by Ansible - do not edit manually
# Forgejo Git server
git.w5isp.com {
# Caddy will automatically obtain Let's Encrypt certificates
reverse_proxy http://100.109.233.14 {
# Tell backend that SSL is handled by proxy
header_up Host {host}
header_up X-Real-IP {remote}
header_up X-Forwarded-Proto https
header_up X-Forwarded-Port 443
}
}
# Add more entries below as needed