From 7ca6fe3eacb3678c7cb41c0f098052e40e1bce2f Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Sat, 17 Feb 2024 21:17:51 +0300 Subject: [PATCH] nginx.auth.conf: remove location = / --- config/nginx.auth.conf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config/nginx.auth.conf b/config/nginx.auth.conf index e33adb5..c68c874 100644 --- a/config/nginx.auth.conf +++ b/config/nginx.auth.conf @@ -45,18 +45,6 @@ server { proxy_pass http://auth_api/$AUTH_MODE/$1; } - location = / { - proxy_pass http://app; - - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection 'upgrade'; - proxy_set_header Host $host; - proxy_cache_bypass $http_upgrade; - - include /etc/nginx/include/auth.conf; - } - location / { proxy_pass http://app;