i copied the nginx image and made it build the php instead and added some ai recommended conf and ini files which i have to change later
This commit is contained in:
9
php-fpm.conf
Normal file
9
php-fpm.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
[global]
|
||||
pid = /var/run/php/php-fpm.pid
|
||||
error_log = /var/log/php/fpm-error.log
|
||||
|
||||
daemonize = no
|
||||
|
||||
log_level = notice
|
||||
|
||||
include=/usr/local/php/php-fpm.d/*.conf
|
||||
Reference in New Issue
Block a user