Add makefile + corrects log file access + Change data location

This commit is contained in:
2020-11-09 12:37:34 +01:00
parent 9a655f9531
commit 70d87fe5d1
4 changed files with 41 additions and 6 deletions

15
config/php.conf Normal file
View File

@@ -0,0 +1,15 @@
[www]
php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
php_flag[display_errors] = on
php_admin_value[error_log] = /var/log/php/fpm.log
php_admin_flag[log_errors] = on
php_admin_value[memory_limit] = 32M
php_flag[display_startup_errors] = on
access.log = /var/log/php/access.log
;error.log = /var/log/error.log
catch_workers_output = yes
; for debugging 1h
request_terminate_timeout = 3600