add nginx default.conf

This commit is contained in:
landaiqing
2024-10-30 13:15:18 +08:00
parent 7aae4204bb
commit a451267e33

View File

@@ -14,7 +14,7 @@ server {
error_log /var/log/nginx/error.log error;
location / {
location / {
root /usr/share/nginx/html;
try_files $uri $uri/ /index.html;
index index.html index.htm;