This commit is contained in:
huanqing.shao
2019-10-20 22:42:07 +08:00
parent 133bc71d9d
commit f628891183
8 changed files with 597 additions and 36 deletions

View File

@ -3,7 +3,7 @@ server {
location / {
root /usr/share/nginx/html;
index /landing.html;
index landing.html index.html index.htm;
}
error_page 404 500 502 503 504 /404.html;