nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

fix(backend): Replace deprecated http2 directive

Open lusu007 opened this issue 1 year ago • 1 comments

Fixes #4060

This PR replaces the listen ... http2 directive with the new and not deprecated directive http2 on. This prevents warnings in the log output.

lusu007 avatar Oct 16 '24 13:10 lusu007

Docker Image for build 5 is available on DockerHub as nginxproxymanager/nginx-proxy-manager-dev:pr-4075

Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes Note: this is a different docker image namespace than the official image

Closing in favour of #4106 that addresses these comments

jc21 avatar Oct 24 '24 22:10 jc21