User Tools

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
matrix:conduwuit [2025/09/30 07:27] – [A) Server: Continuwuity] willymatrix:conduwuit [2025/10/01 07:44] (current) willy
Line 102: Line 102:
         location / { # this is to provide a web client, see the ElementWeb page...         location / { # this is to provide a web client, see the ElementWeb page...
                 root /data/daemons/continuwuity/element-web;                 root /data/daemons/continuwuity/element-web;
 +        }
 +        
 +        # for the health test
 +        location /_conduwuit/server_version {
 +                proxy_pass                      http://127.0.0.1:6167/_conduwuit/server_version;
 +                proxy_http_version      1.1;
         }         }