From 0d106836db61552db90077d943f1cbd64e406511 Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Sat, 20 Jun 2026 13:27:21 +0200 Subject: [PATCH] Update reverse proxy settings for import service to use correct API endpoint --- conf/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/Caddyfile b/conf/Caddyfile index 70e4b61..fd538ea 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -76,7 +76,7 @@ import.gynther.se { @blocked path_regexp ^/(\.env|\.git|wp-login|robots\.txt|api/graphql|actuator/env|\.DS_Store|file6\.php|wp-.*\.php)$ respond @blocked 403 - reverse_proxy recipe-import-service:3000 + reverse_proxy importer-api:3001 } # ============================================ @@ -88,7 +88,7 @@ recept.gynther.se { # === IMPORT SERVICE (Document Converter) === # Dessa endpoints måste komma FÖRST innan backend reglerna! handle /api/recipes/import* { - reverse_proxy recipe-import-service:3000 + reverse_proxy importer-api:3001 } # === RECIPE FRONTEND PROXY ENDPOINTS ===