Fix listener
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
listen ${HTTP_PORT};
|
listen ${HTTP_PORT};
|
||||||
listen listen [::]:${HTTP_PORT};
|
listen [::]:${HTTP_PORT};
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
listen ${HTTPS_PORT};
|
listen ${HTTPS_PORT};
|
||||||
listen listen [::]:${HTTPS_PORT};
|
listen [::]:${HTTPS_PORT};
|
||||||
|
|||||||
Reference in New Issue
Block a user