소스 검색

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;