From 4ef27fc51c57147990c46b2925549d08382f6748 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Fri, 3 Apr 2026 06:51:03 +0900 Subject: [PATCH] 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) --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 27aa2db..e1f0493 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,4 @@ -pkm.hyungi.net { +:80 { encode gzip # API + 문서 → FastAPI