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 ===