diff --git a/jellyfin/stream.theschricks.com.conf b/jellyfin/stream.theschricks.com.conf index 70963ee..c9f0e58 100644 --- a/jellyfin/stream.theschricks.com.conf +++ b/jellyfin/stream.theschricks.com.conf @@ -9,12 +9,13 @@ 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; proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header X-Forwarded-Protocol $scheme; + proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Forwarded-Protocol $scheme; proxy_set_header X-Forwarded-For $remote_addr; proxy_pass http://mediasrv:8096;