User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
services:immich [2025/03/19 10:04] – [SSO authentication setup] willyservices:immich [2025/12/10 08:15] (current) – [NGINX reverse proxy] willy
Line 191: Line 191:
         location / {         location / {
                 proxy_pass http://127.0.0.1:2283;                 proxy_pass http://127.0.0.1:2283;
-                #proxy_pass http://127.0.0.1:8009; 
                 proxy_redirect    default;                 proxy_redirect    default;
                 proxy_set_header  Host $host;                 proxy_set_header  Host $host;
Line 198: Line 197:
                 proxy_set_header  X-Forwarded-Host $server_name;                 proxy_set_header  X-Forwarded-Host $server_name;
                 proxy_set_header  X-Forwarded-Proto $scheme;                 proxy_set_header  X-Forwarded-Proto $scheme;
 +                proxy_set_header Connection "upgrade";
 +                proxy_set_header Upgrade $http_upgrade;
         }         }
         include com.mydomain/certbot.conf;         include com.mydomain/certbot.conf;