mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge pull request #80 from YunoHost-Apps/patch-php7
Fix hash not recognized as comment in PHP7
This commit is contained in:
commit
b7d6c8b910
1 changed files with 2 additions and 2 deletions
|
@ -238,12 +238,12 @@ catch_workers_output = yes
|
|||
;php_admin_flag[log_errors] = on
|
||||
;php_admin_value[memory_limit] = 32M
|
||||
|
||||
# Common values to change to increase file upload limit
|
||||
; Common values to change to increase file upload limit
|
||||
;php_value[upload_max_filesize] = 50M
|
||||
;php_value[post_max_size] = 50M
|
||||
;php_value[mail.add_x_header] = Off
|
||||
|
||||
# Other common parameters
|
||||
; Other common parameters
|
||||
php_value[max_execution_time] = 600
|
||||
php_value[max_input_time] = 600
|
||||
;php_value[memory_limit] = 256M
|
||||
|
|
Loading…
Add table
Reference in a new issue