This commit is contained in:
Darren 2024-12-11 14:49:29 +08:00 committed by GitHub
parent f0dbd6e61b
commit a7f29711ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ server {
} }
location = / { location = / {
root /ect/websoft9/landing; root /etc/websoft9/landing;
try_files /index.html =404; try_files /index.html =404;
add_header Content-Type text/plain; add_header Content-Type text/plain;
} }