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

404 host (dead host) don't render SSL+custom options into the .conf file

Open wonder-wanderer opened this issue 2 months ago • 1 comments

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • No
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug The options from 404 host (dead host) from UI (SSL tab, custom tab under cog) are completely ignored and not rendered into the dead_host .conf file

Nginx Proxy Manager Version npm v2.13.2 has the bug,

but in v2.11.2 it works correctly

To Reproduce Steps to reproduce the behavior:

  1. Create a 404 host, set up correct SSL cert (existing correct cert) and custom options.
  2. Check /data/nginx/dead_host/1.conf
  3. The file doesn't contain anything from SSL setup or custom options - they are completely ignored
  4. So these options don't work

Expected behavior Options rendered into the .conf file

Operating System Linux + Docker image jc21/nginx-proxy-manager

wonder-wanderer avatar Dec 06 '25 20:12 wonder-wanderer

This is indeed a bug but as workaround disable and enable the 404 host -> this works

lastsamurai26 avatar Dec 11 '25 06:12 lastsamurai26