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:endurain [2025/11/05 17:39] willyservices:endurain [2025/11/06 11:09] (current) – [Reverse Proxy] willy
Line 113: Line 113:
                 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_http_version 1.1;
 +                proxy_set_header Upgrade $http_upgrade;
 +                proxy_set_header Connection $http_connection;
         }         }