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 0d05c37 + d0fe804 commit 6a5cdcaCopy full SHA for 6a5cdca
src/nginx_conf.d/redirector.conf
@@ -1,7 +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;
+ listen 80 default_server reuseport;
+ listen [::]:80 default_server reuseport;
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