diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-03 00:08:40 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-03 00:08:44 -0400 |
| commit | 4e415f349194f805f40c449364da940ab89e11b5 (patch) | |
| tree | 68afec06de34db11d7e3e2d086a6382b48074029 /nginx | |
| parent | 3bf203b8284c3e662f172410f661ea9ab7a02530 (diff) | |
http for certbot
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/homepage.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
