Releases: NginxProxyManager/nginx-proxy-manager
Docker Manifest Support
Now you don't have to care about which architecture to pull, you just need to pull latest
and if your arch is supported, the correct arch image will be used.
Currently only supporting:
- amd64
- arm64
- armv7l
- armv6l - not automatically built for each release, please ask if you need updates
Default Page and Sub Folders
This release adds a Settings tab which currently only allows you to change the default "Congratulations" page to something else, 404, redirect or custom HTML.
Also adds sub-folder locations for Proxy Hosts, many thanks to @kolbii
And finally added an environment variable to override the X-Frame-Options
header, see the bottom of the installation instructions for usage.
Override default location
Advanced config now allows overriding default location / {
block
Bug Fixes
Disabling / Enabling Hosts
Added disable/enable of all host types
Upstream SSL Support
Adds upstream SSL option for Proxy Hosts
HTTP/2 Support
Added HTTP/2 option for SSL enabled hosts.
Redirection fix
2.0.5 Fix redirect loop introduced in 2.0.4
Bug fixes
Allow Websocket HTTP Upgrades
Added another setting for Proxy Hosts to support site-wide Websocket upgrades