From e80a912c80a4b973ab5cf23d4ed26f8d423f98fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 11 Sep 2025 17:29:37 +0300 Subject: [PATCH] Fix typos in Nginx configuration --- files/nginx/conf/001-services.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/nginx/conf/001-services.conf b/files/nginx/conf/001-services.conf index 5fa6977..9f13c32 100644 --- a/files/nginx/conf/001-services.conf +++ b/files/nginx/conf/001-services.conf @@ -31,7 +31,7 @@ server { location / { proxy_pass http://127.0.0.1:3001; proxy_set_header Host $http_host; - proxy_intercept_errors: on; + proxy_intercept_errors on; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; @@ -74,7 +74,7 @@ server { location / { proxy_pass http://127.0.0.1:3001; proxy_set_header Host $http_host; - proxy_intercept_errors: on; + proxy_intercept_errors on; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; @@ -117,7 +117,7 @@ server { location / { proxy_pass http://127.0.0.1:3001; proxy_set_header Host $http_host; - proxy_intercept_errors: on; + proxy_intercept_errors on; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";