Merge pull request #8 from greendeath/master
Added IPv6 Support for the docker container
This commit is contained in:
commit
4bdc75aa81
|
@ -1,6 +1,7 @@
|
||||||
server {
|
server {
|
||||||
# Listen on plain old HTTP
|
# Listen on plain old HTTP
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
|
listen [::]:80 default_server;
|
||||||
|
|
||||||
# Pass this particular URL off to certbot, to authenticate HTTPS certificates
|
# Pass this particular URL off to certbot, to authenticate HTTPS certificates
|
||||||
location '/.well-known/acme-challenge' {
|
location '/.well-known/acme-challenge' {
|
||||||
|
|
Loading…
Reference in New Issue