mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
wrong commenting syntex in php.conf
This commit is contained in:
parent
5f4811e394
commit
30d6d2d91d
1 changed files with 2 additions and 2 deletions
|
@ -249,12 +249,12 @@ catch_workers_output = yes
|
||||||
;php_value[memory_limit] = 256M
|
;php_value[memory_limit] = 256M
|
||||||
;php_value[short_open_tag] = On
|
;php_value[short_open_tag] = On
|
||||||
|
|
||||||
# Common values to change to increase file upload limit
|
; Common values to change to increase file upload limit
|
||||||
; upload_max_filesize = 50M
|
; upload_max_filesize = 50M
|
||||||
; post_max_size = 50M
|
; post_max_size = 50M
|
||||||
; mail.add_x_header = Off
|
; mail.add_x_header = Off
|
||||||
|
|
||||||
# Other common parameters
|
; Other common parameters
|
||||||
; max_execution_time = 600
|
; max_execution_time = 600
|
||||||
; max_input_time = 300
|
; max_input_time = 300
|
||||||
; memory_limit = 256M
|
; memory_limit = 256M
|
||||||
|
|
Loading…
Add table
Reference in a new issue