mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03: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 = ''
|
services.nginx.httpConfig = ''
|
||||||
server {
|
server {
|
||||||
server_name foo.example.com;
|
server_name foo.example.com;
|
||||||
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
|
|
||||||
location /.well-known/acme-challenge {
|
location /.well-known/acme-challenge {
|
||||||
|
Loading…
Reference in New Issue
Block a user