fix nginx.conf
All checks were successful
CI / build-test (push) Successful in 57s
Deploy Staging (Docker) / deploy (push) Successful in 36s

This commit is contained in:
Do Manh Phuong 2026-05-12 16:58:07 +07:00
parent b4bb78d535
commit 8d40607738

View File

@ -39,7 +39,7 @@ server {
# Internal MeshCentral hop to avoid upstream TLS handshake instability. # Internal MeshCentral hop to avoid upstream TLS handshake instability.
set $meshserver meshcentral:8082; set $meshserver meshcentral:8082;
# Public host MeshCentral expects in Host header. # 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; root /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;