[enh] Add a php-fpm.ini file

This commit is contained in:
Maniack Crudelis 2017-06-02 17:57:12 +02:00 committed by GitHub
parent 05c55dc318
commit 4812b4cfbf

10
conf/php-fpm.ini Normal file
View file

@ -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