mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
; 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
|