From 3ff943da5c6bf35547030e0deabf3937734ca4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Sat, 31 May 2025 18:51:53 +0200 Subject: [PATCH] removing location_fix --- mailu/overrides/location_fix.conf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 mailu/overrides/location_fix.conf diff --git a/mailu/overrides/location_fix.conf b/mailu/overrides/location_fix.conf deleted file mode 100644 index ee93dc9..0000000 --- a/mailu/overrides/location_fix.conf +++ /dev/null @@ -1,10 +0,0 @@ -# Usuń spacje i uprość wyrażenia regularne -location / { - rewrite ^$ / permanent; - rewrite ^/(.*)$ /$1 break; - - include /etc/nginx/proxy.conf; - auth_request /internal/auth/user; - error_page 403 = @sso_login; - proxy_pass http://$webmail; -} \ No newline at end of file