From 43359f1d26cf466aed0435b2def7e9a3f3d569fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Wed, 8 Feb 2023 21:53:48 +0200 Subject: [PATCH] feat(proxy): Initial IPv6 support (#1577) --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 25f9fa1699..b1ffcd0018 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -56,6 +56,7 @@ http { client_max_body_size 50000M; listen 8080; + listen [::]:8080; access_log off; location /api {