Secure, HTTPOnly, SameSite Cookies via proxy path

This commit is contained in:
Noah L. Schrick 2022-06-27 11:39:43 -05:00
parent 97b9c7168a
commit b605f141a1

View File

@ -9,6 +9,7 @@ server {
# Main Jellyfin traffic
location / {
proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;