You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm plaing with this module and want to use $location_custom_cfg - I need to set proxy_http_version 1.1; in location block and several others.
My manifest:
Error 400 on SERVER: Cannot create a location reference without a www_root, proxy, location_alias, fastcgi, stub_status, or location_custom_cfg defined at /etc/puppetlabs/puppet/environments/production/modules/nginx/manifests/resource/location.pp:281 on node
Hello!
I'm plaing with this module and want to use $location_custom_cfg - I need to set proxy_http_version 1.1; in location block and several others.
My manifest:
When I apply this, I recive following error:
After debugging I see, what before check https://github.com/jfryman/puppet-nginx/blob/master/manifests/resource/location.pp#L280 location_custom_cfg defined and have content, but after is empty. What I'm doing wrong?
PS: when I try to use $proxy instead of $location_custom_cfg result a same
PPS: Sorry for bad English
The text was updated successfully, but these errors were encountered: