Explorar el Código

[enh] Add a php-fpm.ini file

Maniack Crudelis hace 7 años
padre
commit
4812b4cfbf
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      conf/php-fpm.ini

+ 10 - 0
conf/php-fpm.ini

@@ -0,0 +1,10 @@
+# Common values to change to increase file upload limit
+; upload_max_filesize = 50M
+; post_max_size = 50M
+; mail.add_x_header = Off
+
+# Other common parameters
+; max_execution_time = 600
+; max_input_time = 300
+; memory_limit = 256M
+; short_open_tag = On