소스 검색

update max_execution_time and max_input_vars

ksieren 2 년 전
부모
커밋
cb6afa6d9b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -94,9 +94,9 @@ ENV client_max_body_size=5M \
     allow_url_include=Off \
     display_errors=Off \
     file_uploads=On \
-    max_execution_time=0 \
+    max_execution_time=240 \
     max_input_time=-1 \
-    max_input_vars=1000 \
+    max_input_vars=1500 \
     memory_limit=-1 \
     post_max_size=8M \
     upload_max_filesize=5M \