瀏覽代碼

Merge pull request #27 from YunoHost/add_php_fpm_ini

[enh] Add a php-fpm.ini file
Maniack Crudelis 7 年之前
父節點
當前提交
ab18722e77
共有 1 個文件被更改,包括 10 次插入0 次删除
  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