瀏覽代碼

nginx: config edit

Yi 1 年之前
父節點
當前提交
6d03c1bd44
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      default.conf.template

+ 2 - 1
default.conf.template

@@ -19,10 +19,11 @@ server {
         client_max_body_size 300m;   #最大接受300m文件以内的
         client_body_timeout 20s;
    }
-   #error_page  404              /404.html;
 
+   #error_page  404              /404.html;
    # redirect server error pages to the static page /50x.html
    #
+
    error_page   500 502 503 504  /50x.html;
    location = /50x.html {
       root   /usr/share/nginx/html;