mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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 New Issue
Block a user