feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready

This commit is contained in:
2025-10-31 01:39:24 +01:00
parent 55c04e4fd0
commit e26eb2aa12
601 changed files with 44184 additions and 32477 deletions

View File

@@ -0,0 +1,22 @@
[global]
daemonize = no
error_log = /proc/self/fd/2
[www]
; Unix user/group of processes (www-data for production)
user = www-data
group = www-data
; The address on which to accept FastCGI requests.
listen = 9000
; Clear environment in FPM workers
clear_env = no
; Catch output from PHP workers
catch_workers_output = yes
; Redirect worker stdout and stderr into main error log
access.log = /proc/self/fd/2
php_admin_value[error_log] = /proc/self/fd/2
php_admin_flag[log_errors] = on