We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the proper hiera config to override proxy_connect_timeout to a different value in a vhost?
The text was updated successfully, but these errors were encountered:
Defaults now changable thanks to #326
To override per vhost, use for example:
nginx::nginx_locations: /: www_root: /vagrant/virtualenv-vagrant/var/ try_files: - $uri @proxy vhost: foo_host @proxy: ensure: present proxy: 'http://foo_server' vhost: foo_host location_cfg_append: proxy_connect_timeout: 300 proxy_read_timeout: 300
Sorry, something went wrong.
No branches or pull requests
What is the proper hiera config to override proxy_connect_timeout to a different value in a vhost?
The text was updated successfully, but these errors were encountered: