Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:spotizerr [2025/10/14 18:27] – willy | services:spotizerr [2025/10/15 06:53] (current) – [Reverse Proxy] willy | ||
---|---|---|---|
Line 95: | Line 95: | ||
server_name spotizerr.mydomain.com; | server_name spotizerr.mydomain.com; | ||
listen 443 ssl; | listen 443 ssl; | ||
- | listen | + | |
+ | |||
+ | access_log / | ||
+ | error_log / | ||
+ | |||
+ | location / { | ||
+ | proxy_pass http:// | ||
+ | proxy_set_header Connection $http_connection; | ||
+ | proxy_set_header Upgrade $http_upgrade; | ||
+ | } | ||
+ | |||
+ | include com.mydomain/ | ||
+ | } | ||
+ | |||
+ | server { | ||
+ | server_name spotizerr.mydomain.com; | ||
+ | | ||
http2 on; | http2 on; | ||
Line 111: | Line 127: | ||
} | } | ||
- | include | + | include |
} | } | ||
- | |||
- | Please note that Spotizerr does not provide **any** authentication or protection: you **must** put your SSO (see [[selfhost: | ||
</ | </ | ||
+ | |||
+ | Please note that Spotizerr does not provide **any** authentication or protection: you **must** put your SSO (see [[selfhost: | ||