File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ [global]
2+ ; Log to stderr
3+ error_log = /dev/stderr
4+
15[www]
26; Enable status page
37pm.status_path = /fpm-status
@@ -29,3 +33,6 @@ pm.max_requests = 1000
2933
3034; Make sure the FPM workers can reach the environment variables for configuration
3135clear_env = no
36+
37+ ; Catch output from PHP
38+ catch_workers_output = yes
Original file line number Diff line number Diff line change 1515 '$request_time $upstream_response_time $pipe $upstream_cache_status' ;
1616
1717 access_log /dev/stdout main_timed;
18- error_log /dev/stderr info ;
18+ error_log /dev/stderr notice ;
1919
2020 keepalive_timeout 65 ;
2121
Original file line number Diff line number Diff line change @@ -32,3 +32,11 @@ services:
3232volumes :
3333 db-data :
3434 site-data :
35+
36+ networks :
37+ default :
38+ driver : bridge
39+ ipam :
40+ driver : default
41+ config :
42+ - subnet : 192.168.91.0/24
You can’t perform that action at this time.
0 commit comments