Listen on internal IPv6
parent
8c73b8eb5f
commit
813207c694
|
@ -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};
|
||||||
|
|
Loading…
Reference in New Issue