diff --git a/plogical/DockerSites.py b/plogical/DockerSites.py index e0aefeee1..820e9fcda 100644 --- a/plogical/DockerSites.py +++ b/plogical/DockerSites.py @@ -308,7 +308,9 @@ extprocessor docker{port} {{ logging.writeToFile("Context already exists, skipping...") return True - # Add proxy context with proper headers for n8n + # Add proxy context with Origin header for n8n + # Note: OLS proxy automatically adds X-Forwarded-* headers + # Only Origin header needs explicit configuration proxy_context = f''' # N8N Proxy Configuration @@ -319,11 +321,7 @@ context / {{ websocket 1 extraHeaders <<