This commit is contained in:
2025-08-26 19:52:13 +07:00
parent ee70e809cb
commit 02dc3eb0dc

View File

@@ -32,8 +32,8 @@ http {
ssl_ciphers HIGH:!aNULL:!MD5; ssl_ciphers HIGH:!aNULL:!MD5;
location / { location / {
add_header Content-Type text/html; root /usr/share/nginx/html;
return 200 "<h1>test site</h1>"; index index.html;
} }
} }