Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| services:immich [2025/03/19 10:04] – [SSO authentication setup] willy | services:immich [2025/12/10 08:15] (current) – [NGINX reverse proxy] willy | ||
|---|---|---|---|
| Line 191: | Line 191: | ||
| location / { | location / { | ||
| proxy_pass http:// | proxy_pass http:// | ||
| - | #proxy_pass http:// | ||
| proxy_redirect | proxy_redirect | ||
| proxy_set_header | proxy_set_header | ||
| Line 198: | Line 197: | ||
| proxy_set_header | proxy_set_header | ||
| proxy_set_header | proxy_set_header | ||
| + | proxy_set_header Connection " | ||
| + | proxy_set_header Upgrade $http_upgrade; | ||
| } | } | ||
| include com.mydomain/ | include com.mydomain/ | ||