Update file default.conf

This commit is contained in:
Administrator
2024-08-14 08:54:30 +00:00
parent 19af369138
commit 450239e0b2

View File

@@ -4,6 +4,10 @@ server {
server_name localhost;
#access_log /var/log/nginx/host.access.log main;
root /usr/share/nginx/html;
index index.html index.htm;
server_name _;
location / {
try_files $uri $uri/ /index.html;