From 0581038e8e757f05dc1f75df52e7d0c79acea3fc Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 30 Oct 2017 13:49:05 -0400 Subject: [PATCH] nixos/acme: remove doc note about restarting nginx Discussion from #30945 indicates that it is no longer true that you have to restart nginx. --- nixos/modules/security/acme.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/modules/security/acme.xml b/nixos/modules/security/acme.xml index 823806f4641b..6130ed82ed38 100644 --- a/nixos/modules/security/acme.xml +++ b/nixos/modules/security/acme.xml @@ -89,8 +89,5 @@ services.nginx = { }; } - -At the moment you still have to restart Nginx after the ACME -certs arrive.