From d1e88ef87a47c687ddf87508c96a3f703def86eb Mon Sep 17 00:00:00 2001 From: schweby Date: Sat, 27 Mar 2021 11:48:43 +0100 Subject: [PATCH] hainich/nginx: disable /var/secrets/ingest.conf If the file in not present, the preExec check for the config fails and disrupts the deploy. Before readding make sure the file will always be present! --- hosts/hainich/services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hainich/services/nginx.nix b/hosts/hainich/services/nginx.nix index 56cf029..6e2879b 100644 --- a/hosts/hainich/services/nginx.nix +++ b/hosts/hainich/services/nginx.nix @@ -41,7 +41,7 @@ record_path /data/ingest; record_unique on; - include /var/secrets/ingest.conf; +# include /var/secrets/ingest.conf; } } }