Anpassungen

This commit is contained in:
2020-07-17 14:15:15 +02:00
parent 8e7bcecec8
commit 2f5e708438
8 changed files with 51 additions and 23 deletions

View File

@@ -5,7 +5,8 @@ error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors=Off
max_execution_time=60
memory_limit=256M
error_log = /var/log/php/error.log
access_log = /var/log/php/access.log
post_max_size = 24M
upload_max_filesize = 24M
error_log=/var/log/php/error.log
access_log=/var/log/php/access.log
post_max_size=24M
upload_max_filesize=24M
short_open_tag=On