Files
NetAlertX/install/production-filesystem/services/config/php/php-fpm.conf
jokob-sk 6a20128960
Some checks failed
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
Deploy MkDocs / deploy (push) Has been cancelled
BE: install refactor work
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
2025-10-22 07:48:50 +11:00

13 lines
335 B
Plaintext
Executable File

; NETALERTX PHP FPM config
;
; This was created with the following command on a fresh install:
; grep -v -e ';' -e '^$' /etc/php83/php-fpm.conf| sed 's/\\n\\n//g'
;
; error_log and include are modified
;
[global]
pid = /services/run/php8.3-fpm.pid
error_log = /app/log/app.php_errors.log
include=/services/config/php/php-fpm.d/*.conf