my first commit

This commit is contained in:
root
2025-11-19 15:19:06 +00:00
commit 0226c557c3
97 changed files with 13624 additions and 0 deletions

12
.docker/php/docker.conf Normal file
View File

@@ -0,0 +1,12 @@
[global]
error_log = /proc/self/fd/2
;request_terminate_timeout = 1h
[www]
; if we send this to /proc/self/fd/1, it never appears
access.log = /proc/self/fd/1
clear_env = no
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes