Initial release

This commit is contained in:
2021-04-28 16:03:38 +02:00
commit dd2eaf814f
15 changed files with 278 additions and 0 deletions

14
config/php-fpm/php.ini Normal file
View File

@@ -0,0 +1,14 @@
[php]
date.timezone=UTC+1
log_errors=On
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors=Off
max_execution_time=60
memory_limit=1024M
error_log=/var/log/php/error.log
access_log=/var/log/php/access.log
post_max_size=512M
upload_max_filesize=512M
short_open_tag=On
catch_workers_output = yes
log_errors = on