8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
; Production FPM pool overrides for ClinicPro.
|
|
; Default www.conf ships clear_env = yes, which strips the container
|
|
; environment (APP_ENV=prod, DATABASE_URL, ...) from PHP worker processes.
|
|
; Without this, PHP falls back to the baked .env (APP_ENV=dev) and boots the
|
|
; wrong environment. Keep the container env so compose-provided vars reach PHP.
|
|
[www]
|
|
clear_env = no
|