From a1d361710a06bb39a12f08c7d3fc128c31cab079 Mon Sep 17 00:00:00 2001 From: febux Date: Fri, 21 Aug 2026 23:33:33 +0300 Subject: [PATCH] Update template for nginx config. --- deploy/nginx/templates/contract-check-http.conf.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/nginx/templates/contract-check-http.conf.template b/deploy/nginx/templates/contract-check-http.conf.template index 943c682..78a9d48 100644 --- a/deploy/nginx/templates/contract-check-http.conf.template +++ b/deploy/nginx/templates/contract-check-http.conf.template @@ -18,6 +18,9 @@ client_max_body_size 50M; server { listen 80; + # IPv6 too — otherwise IPv6 clients fall through to nginx's stock + # default.conf server (static /usr/share/nginx/html → 404s). + listen [::]:80; server_name ${NGINX_SERVER_NAME}; location ~ ^/(healthz|readyz|metrics|api/|admin/|docs|openapi.json) {