This commit is contained in:
Darren 2024-12-11 17:25:24 +08:00 committed by GitHub
parent f2c6c07bcb
commit da45cd1734
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# modify time: 202412111655, you can modify here to trigger Docker Build action
# modify time: 202412111720, you can modify here to trigger Docker Build action
# from Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager

View File

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