LandingPage 和 ResourceQuota

This commit is contained in:
huanqing.shao
2019-10-20 13:57:43 +08:00
parent 325c785b05
commit 4524251093
100 changed files with 13197 additions and 160 deletions

View File

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