NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.06k stars 2.54k forks source link

SSL's setting in ProxyHost's configuration is ignored after modifying Access-List rules #2575

Open luan-vt opened 1 year ago

luan-vt commented 1 year ago

After adding or removing a rule of AccessList, the settings related to SSL of generated configuration (NGINX conf) of ProxyHosts that use this AccessList are removed (or missed). The site will work operationally when I manually add these settings or try to update the Host in the portal.

// Added settings

listen 443 ssl http2;
listen [::]:443;

  # Let's Encrypt SSL
  include conf.d/....conf;
  include conf.d/....ciphers.conf;
  ssl_certificate ...;
  ssl_certificate_key ....;
github-actions[bot] commented 7 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1: