mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +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 {
|
server {
|
||||||
|
|
||||||
listen 8443 ssl default_server;
|
listen 127.0.0.1:8443 ssl default_server;
|
||||||
{% if not disable_ipv6 %}
|
|
||||||
listen [::]:8443 ssl default_server;
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user