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;
location / {
add_header Content-Type text/html;
return 200 "<h1>test site</h1>";
root /usr/share/nginx/html;
index index.html;
}
}