-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
location_custom_cfg not processing in template #567
Comments
Do you have an example of how you are using it? |
I use module nginx from hiera: |
I'm assuming that should have been formatted like this: nginx::nginx_vhosts:
"00-default_nonssl":
www_root: '/var/www/default'
listen_options: 'default'
server_name:
- "%{::fqdn}"
- "default"
proxy: 'http://nginx-upstr$uri?$args'
proxy_set_header:
- "Host $host"
- 'X-Real-IP $remote_addr'
- 'X-Forwarded-For $remote_addr'
location_custom_cfg:
proxy_ignore_client_abort: 'on' You're right that |
Closing for now. @VolJin if you still have issues please comment with more details and I'll reopen. |
location_custom_cfg not processing in template
The text was updated successfully, but these errors were encountered: