forked from mirrors/nixpkgs
acme: we do want to support ipv4 afterall
This commit is contained in:
parent
d8f21b3ca3
commit
41c490b75e
|
@ -84,6 +84,7 @@ security.acme.certs."foo.example.com" = {
|
|||
services.nginx.httpConfig = ''
|
||||
server {
|
||||
server_name foo.example.com;
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
location /.well-known/acme-challenge {
|
||||
|
|
Loading…
Reference in a new issue