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:
db1234719
2025-11-24 14:48:11 +03:30
commit fa7083c7c4
7 changed files with 237 additions and 0 deletions

9
php-fpm.conf Normal file
View 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