Browse Source

nginx: config edit

Yi 1 năm trước cách đây
mục cha
commit
6d03c1bd44
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;