puppet-nginx
puppet-nginx copied to clipboard
Add proxy_cookie_domain support
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 7
- Ruby:
- Distribution:
- Module version: 3.3.0
What are you seeing
There is no param for proxy_cookie_domain to set into location
Nginx::Resource::Server[<SERVER-NAME>]: has no parameter named 'proxy_cookie_domain
Hello @none0nfg ! Are you able to provide a PR adding this enhancement?
Also you can use server_cfg_append
for options not available through parameters
Hello @none0nfg ! Are you able to provide a PR adding this enhancement?
Also you can use
server_cfg_append
for options not available through parameters
Thx for server_cfg_append, i will try to add PR with this param.