fix: use :80 instead of domain in Caddyfile (nginx handles TLS)

Nginx home-service-proxy terminates TLS and forwards plain HTTP to
Caddy on port 8080. Caddy doesn't need to match the domain name.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-03 06:51:03 +09:00
parent a872dfc10f
commit 4ef27fc51c

View File

@@ -1,4 +1,4 @@
pkm.hyungi.net {
:80 {
encode gzip
# API + 문서 → FastAPI