6 hours ago
Both of those lines aren't in the jellyfin server block but I commented them out along with all the other add headers in the jellyfinsecure.conf file
I restarted nginx and tested but i'm still getting error code -27. Could it be something to do with the Let's Encrypt certificates that I'm using?
Code:
ssl_certificate /etc/nginx/ssl/my.internal.domain/my.internal.domain.crt;
ssl_certificate_key /etc/nginx/ssl/my.internal.domain/my.internal.domain.key;
#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always;
#add_header Referrer-Policy "no-referrer" always;
#add_header X-Content-Type-Options "nosniff" always;
#add_header X-Download-Options "noopen" always;
#add_header X-Frame-Options "SAMEORIGIN" always;
#add_header X-Permitted-Cross-Domain-Policies "none" always;
#add_header X-Robots-Tag "none" always;
#add_header X-XSS-Protection "1; mode=block" always;
I restarted nginx and tested but i'm still getting error code -27. Could it be something to do with the Let's Encrypt certificates that I'm using?