Selaa lähdekoodia

set upload_max_size and post_max_size

ksieren 2 vuotta sitten
vanhempi
commit
7dce601c5d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -110,7 +110,7 @@ ENV client_max_body_size=5M \
     max_input_time=-1 \
     max_input_vars=1500 \
     memory_limit=-1 \
-    post_max_size=8M \
-    upload_max_filesize=5M \
+    post_max_size=32M \
+    upload_max_filesize=25M \
     variables_order="EGPCS" \
     zlib.output_compression=On