Added IPv6 Support for the docker container
- Enabled IPv6 for the nginx server
This commit is contained in:
parent
af4a499299
commit
479a108172
|
@ -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' {
|
||||
|
|
Loading…
Reference in New Issue