From 8d4060773891dc5be6a8b21cff66a0ea132f50ff Mon Sep 17 00:00:00 2001 From: phuongdm Date: Tue, 12 May 2026 16:58:07 +0700 Subject: [PATCH] fix nginx.conf --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;