linuxserver / docker-nginx

GNU General Public License v3.0
148 stars 46 forks source link

Upgrade to Nginx 1.19.3+ #75

Closed sarbian closed 3 years ago

sarbian commented 3 years ago

Desired Behavior

Could you upgrade to Nginx 1.19.3+? The current version does not support the proxy_cookie_flags directive. This would help a lot when trying to proxy site that set the SameSite cookie attribute to value that are no compatible with iframe. The version is available in Alpine.

Current Behavior

The current version only has the proxy_cookie_path which does not allow to replace an existing cookie value.

Alternatives Considered

None

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

j0nnymoe commented 3 years ago

They're availble in alpine yes but not currently for v3.13: https://pkgs.alpinelinux.org/packages?name=nginx&branch=v3.13

sarbian commented 3 years ago

Thanks for the detailed reply. I will wait for Alpine 3.14 to be available and used.