From 7eb07e92f85d1145e56fa00020b02a211d34a608 Mon Sep 17 00:00:00 2001 From: Nikola Sivkov v2 <116631257+NikolaSivkov@users.noreply.github.com> Date: Thu, 26 Jan 2023 22:57:52 +0200 Subject: [PATCH] Add Ipv6 support to nginx (#100) (cherry picked from commit 0e68bcfd5a518b5cbd0bafce1fc48d31b25e1fa1) --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.conf b/nginx.conf index 56e34e81b..d2206bfec 100644 --- a/nginx.conf +++ b/nginx.conf @@ -76,7 +76,9 @@ http { server { listen 80; + listen [::]:80; listen 81 default_server http2 proxy_protocol; ## Needed when behind HAProxy with SSL termination + HTTP/2 support + listen [::]:81 default_server http2 proxy_protocol; ## Needed when behind HAProxy with SSL termination + HTTP/2 support server_name _;