From 4e415f349194f805f40c449364da940ab89e11b5 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 3 Jul 2026 00:08:40 -0400 Subject: http for certbot --- nginx/homepage.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nginx') diff --git a/nginx/homepage.conf b/nginx/homepage.conf index 261b30a..2f82f7e 100644 --- a/nginx/homepage.conf +++ b/nginx/homepage.conf @@ -50,6 +50,9 @@ server { fastcgi_param HTTP_HOST $server_name; fastcgi_pass unix:/run/fcgiwrap.socket; } + + listen [::]:80; + listen 80; } # http redirect -- cgit v1.2.3