We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f82537 + 3462efd commit 0d05c37Copy full SHA for 0d05c37
src/nginx_conf.d/redirector.conf
@@ -1,6 +1,7 @@
1
server {
2
# Listen on plain old HTTP and catch any hostname for redirect to HTTPS
3
listen 80 default_server;
4
+ listen [::]:80 default_server;
5
6
# Pass this particular URL off to the certbot server for it to be able to
7
# authenticate with letsencrypt and get the HTTPS certificates.
0 commit comments