|
@@ -320,7 +320,7 @@ server {
|
|
|
# Other SSL stuff goes here
|
|
# Other SSL stuff goes here
|
|
|
|
|
|
|
|
# Needed for Freshrss cookie/session :
|
|
# Needed for Freshrss cookie/session :
|
|
|
- proxy_cookie_path / "/; HTTPOnly; Secure";
|
|
|
|
|
|
|
+ proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=Lax";
|
|
|
|
|
|
|
|
location / {
|
|
location / {
|
|
|
try_files $uri $uri/ =404;
|
|
try_files $uri $uri/ =404;
|