From 273e2c61f253bd6cbc2c564481ccf754bfc593c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 18 Jan 2019 07:20:46 +0100 Subject: Add httpdTools service This adds httpTools service, similar to integration and prod services, and removes the unneeded allGranted statement to /nix/store --- virtual/modules/websites/apache/httpd_inte.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'virtual/modules/websites/apache/httpd_inte.nix') diff --git a/virtual/modules/websites/apache/httpd_inte.nix b/virtual/modules/websites/apache/httpd_inte.nix index 83d8ab8..0417281 100644 --- a/virtual/modules/websites/apache/httpd_inte.nix +++ b/virtual/modules/websites/apache/httpd_inte.nix @@ -385,13 +385,6 @@ let ${allDenied} - # But do allow access to files in the store so that we don't have - # to generate clauses for every generated file that we - # want to serve. - - ${allGranted} - - # Generate directives for the main server. ${perServerConf true mainCfg} -- cgit v1.2.3