removing location_fix

This commit is contained in:
Artur Kuś 2025-05-31 18:51:53 +02:00
parent 38cc2a85aa
commit 3ff943da5c
1 changed files with 0 additions and 10 deletions

View File

@ -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;
}