Added IPv6 Support for the docker container

- Enabled IPv6 for the nginx server
This commit is contained in:
Dominique Roux 2019-02-11 16:30:04 +01:00
parent af4a499299
commit 479a108172
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
server {
# Listen on plain old HTTP
listen 80 default_server;
listen [::]:80 default_server;
# Pass this particular URL off to certbot, to authenticate HTTPS certificates
location '/.well-known/acme-challenge' {