From 324e4cab518b464127c4ceeb0a06cd6d1c14e41c Mon Sep 17 00:00:00 2001 From: vilorij Date: Wed, 24 Feb 2021 20:44:09 +0300 Subject: [PATCH] Update nginx.conf --- nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index d121a0ead..604f00bfe 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,6 @@ server { listen 8080; + listen [::]:8080; server_name localhost; location / { @@ -11,4 +12,4 @@ server { location = /50x.html { root /usr/share/nginx/html; } -} \ No newline at end of file +}