From 02dc3eb0dcb159e0f127a116c6a5238e9bcb6cb1 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Tue, 26 Aug 2025 19:52:13 +0700 Subject: [PATCH] _ --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 496e3a1..53f21ad 100644 --- a/nginx.conf +++ b/nginx.conf @@ -32,8 +32,8 @@ http { ssl_ciphers HIGH:!aNULL:!MD5; location / { - add_header Content-Type text/html; - return 200 "

test site

"; + root /usr/share/nginx/html; + index index.html; } }