fix
This commit is contained in:
parent
f2c6c07bcb
commit
da45cd1734
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue