mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-07 05:25:57 +00:00
Listen on internal IPv6
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
listen ${HTTP_PORT};
|
listen ${HTTP_PORT};
|
||||||
|
listen listen [::]:${HTTP_PORT};
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
listen ${HTTPS_PORT};
|
listen ${HTTPS_PORT};
|
||||||
|
listen listen [::]:${HTTPS_PORT};
|
||||||
|
|||||||
Reference in New Issue
Block a user