diff options
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/sync.py b/nginx/sync.py index b715d41..9b02c45 100644 --- a/nginx/sync.py +++ b/nginx/sync.py @@ -34,7 +34,7 @@ auth_locations = ( } location /.nginx/cookie { - add_header Set-Cookie "__proxy_token=${arg_token}; max-age=${arg_max_age}; path=/; samesite=strict; httponly; secure"; + add_header Set-Cookie "__proxy_token=${arg_token}; max-age=${arg_max_age}; path=/; httponly; secure"; return 200; }""" ) |