2024-12-13, 07:42 PM
(This post was last modified: 2024-12-13, 07:47 PM by Drake97. Edited 2 times in total.)
(2024-12-13, 07:27 PM)TheDreadPirate Wrote: From a linux command line, what is the output of this command?
Code:curl -X HEAD -I https://jellyfin.domain.tld
Replace the URL with your actual address. It should look something like this.
Code:HTTP/2 302
server: nginx/1.26.2
date: Fri, 13 Dec 2024 19:26:11 GMT
location: web/
strict-transport-security: max-age=63072000
x-xss-protection: 0
x-content-type-options: nosniff
last-modified: Friday, 13-Dec-2024 19:26:11 GMT
cache-control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
permissions-policy: accelerometer=(), ambient-light-sensor=(), battery=(), bluetooth=(), camera=(), clipboard-read=(), display-capture=(), document-domain=(), encrypted-media=(), gamepad=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), keyboard-map=(), local-fonts=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=(), serial=(), sync-xhr=(), usb=(), xr-spatial-tracking=()
origin-agent-cluster: ?1
content-security-policy: default-src https: data: blob: ; img-src 'self' https://* ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://www.gstatic.com https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'
I run the command logging into my own server (ubuntu) and it remains thought a life, I tried with https://MYDOMAIN and with MYDOMAIN/ and it doesn't load anything, is it normal ?
PD: it loads something right now after 5 minutes almost
https://i.imgur.com/N7F1jhm.png