From 3e198d2c8641fdc1a3d664ca5ec80ec0966c6c2f Mon Sep 17 00:00:00 2001 From: Gilles Filippini Date: Fri, 4 Oct 2024 18:20:25 +0200 Subject: [PATCH] Enable IPv6 for standalone configuration --- app/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/app/functions.sh b/app/functions.sh index cad87c34..52afbb71 100644 --- a/app/functions.sh +++ b/app/functions.sh @@ -55,6 +55,7 @@ function add_standalone_configuration { server { server_name $domain; listen 80; + listen [::]:80; access_log /var/log/nginx/access.log vhost; location ^~ /.well-known/acme-challenge/ { auth_basic off;