remove proxy_cookie_path nginx setting

This commit is contained in:
Amanda Graven 2026-02-22 15:13:32 +01:00
parent 6b002df0c8
commit 6c9e6893b9
Signed by: amanda
GPG key ID: F747582C5608F4CB

View file

@ -39,7 +39,7 @@
#add_header X-XSS-Protection "1; mode=block"; #add_header X-XSS-Protection "1; mode=block";
# This might create errors # This might create errors
proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict"; #proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
''; '';
}; };
} }