remove secure cookie from default install

This commit is contained in:
Maidul Islam
2023-04-12 17:29:33 -07:00
parent ac8b13116f
commit dfa33e63cb

View File

@@ -11,7 +11,8 @@ server {
proxy_pass http://backend:4000;
proxy_redirect off;
proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
# proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
proxy_cookie_path / "/; HttpOnly; SameSite=strict";
}
location / {