diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 57fbf15..a732e78 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -39,7 +39,7 @@ server { # Internal MeshCentral hop to avoid upstream TLS handshake instability. set $meshserver meshcentral:8082; # Public host MeshCentral expects in Host header. - set $meshhost soict-overleaf.tailc51e09.ts.net:8443 + set $meshhost soict-overleaf.tailc51e09.ts.net:8443; root /usr/share/nginx/html; index index.html index.htm;