1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Create php-fpm.ini

This commit is contained in:
frju365 2018-03-24 01:23:36 +01:00 committed by GitHub
parent d7a73f5042
commit 299bdd5879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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