Merge pull request #8 from greendeath/master

Added IPv6 Support for the docker container
This commit is contained in:
Elliot Saba 2019-03-29 17:48:39 -07:00 committed by GitHub
commit 4bdc75aa81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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' {