mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
Limit the bind for the HTTPS server on 8443 to 127.0.0.1
This commit is contained in:
@@ -46,10 +46,7 @@ http {
|
||||
|
||||
server {
|
||||
|
||||
listen 8443 ssl default_server;
|
||||
{% if not disable_ipv6 %}
|
||||
listen [::]:8443 ssl default_server;
|
||||
{% endif %}
|
||||
listen 127.0.0.1:8443 ssl default_server;
|
||||
|
||||
root /var/www/html;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user