puppet-nginx icon indicating copy to clipboard operation
puppet-nginx copied to clipboard

Add proxy_cookie_domain support

Open none0nfg opened this issue 3 years ago • 2 comments

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

none0nfg avatar Dec 28 '21 21:12 none0nfg

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

root-expert avatar Feb 14 '22 14:02 root-expert

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.

none0nfg avatar Feb 14 '22 19:02 none0nfg