mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
fix
This commit is contained in:
parent
f2c6c07bcb
commit
da45cd1734
@ -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 Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
|
||||||
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager
|
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ server {
|
|||||||
|
|
||||||
location = / {
|
location = / {
|
||||||
root /etc/websoft9/landing;
|
root /etc/websoft9/landing;
|
||||||
try_files $uri $uri/ /index.html;
|
try_files /index.html =404;
|
||||||
add_header Content-Type text/html;
|
add_header Content-Type text/html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user