misc: readded cookie nginx config for dev

This commit is contained in:
Sheen Capadngan
2024-06-19 14:19:27 +08:00
parent 92f2f16656
commit 2bc6db1c47

View File

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