mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 02:06:25 +00:00
Ported #2582 to v3
This commit is contained in:
@ -18,10 +18,6 @@ server {
|
||||
server_name localhost;
|
||||
include conf.d/include/block-exploits.conf;
|
||||
access_log /data/logs/default.log proxy;
|
||||
|
||||
ssl_certificate /etc/ssl/certs/dummycert.pem;
|
||||
ssl_certificate_key /etc/ssl/certs/dummykey.pem;
|
||||
include conf.d/include/ssl-ciphers.conf;
|
||||
|
||||
ssl_reject_handshake on;
|
||||
return 444;
|
||||
}
|
||||
|
Reference in New Issue
Block a user