From 70cd2239a567fe551bdbe368b1d2b9d9cf531d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Lassieur?= Date: Fri, 9 Feb 2018 01:00:33 +0100 Subject: services: certbot: Listen on IPv6. * gnu/services/certbot.scm (certbot-nginx-server-configurations): Listen on IPv6 too. --- gnu/services/certbot.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm index 8aac2638b3..91249ed3e3 100644 --- a/gnu/services/certbot.scm +++ b/gnu/services/certbot.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 ng0 ;;; Copyright © 2016 Sou Bunnbu -;;; Copyright © 2017 Clément Lassieur +;;; Copyright © 2017, 2018 Clément Lassieur ;;; ;;; This file is part of GNU Guix. ;;; @@ -98,7 +98,7 @@ (map (lambda (host) (nginx-server-configuration - (listen '("80")) + (listen '("80" "[::]:80")) (ssl-certificate #f) (ssl-certificate-key #f) (server-name (list host)) -- cgit v1.2.3