From 5974e9e70ef90e74fe1b8123866302e9333aad3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 11 Sep 2025 16:05:30 +0300 Subject: [PATCH] Fix typo in Nginx configuration --- files/nginx/conf/001-services.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/nginx/conf/001-services.conf b/files/nginx/conf/001-services.conf index 5fa6977..6c18391 100644 --- a/files/nginx/conf/001-services.conf +++ b/files/nginx/conf/001-services.conf @@ -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";