Is there any way when running nginx from command line to have all environment variables defined at execution automatically propagate to FPM? Ideally without having to hard-code them in any config files?
I'm hoping to see if there's a solution that doesn't involve adding any tools, I'm aware of hacks/workarounds using sed, although my hope is to not add complexity.