-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fastcgi_params in virtual host of nginx #61
Comments
Just upload your own configuration file to ENV vars are not enough? |
Or if you dynamically want to modify the config, you could do also use the new service bootstrapping in combination with go-replace to dynamically add some things to config files. See https://gist.github.com/hhoechtl/78bce01aefc4a65c1ffd337872f3f01f |
@hhoechtl
Which will replaces the line Result will be:
|
go-replace 1.1.x is available with newest images :) |
Hi guys!
I'm wondering if it is possible to set fastcgi_param in virtual hosts. Currently the only file that make any change in the environment variables is the default one /etc/nginx/fastcgi_params
What I'm trying:
The text was updated successfully, but these errors were encountered: