Listen on internal IPv6

master
andryyy 2017-05-25 10:59:57 +02:00
parent 8c73b8eb5f
commit 813207c694
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
listen ${HTTP_PORT};
listen listen [::]:${HTTP_PORT};

View File

@ -1 +1,2 @@
listen ${HTTPS_PORT};
listen listen [::]:${HTTPS_PORT};