]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - virtual/modules/websites/apache/httpd_prod.nix
Add httpdTools service
[perso/Immae/Config/Nix.git] / virtual / modules / websites / apache / httpd_prod.nix
index 576a3051abbeeaa1617de0829635035fa5fd141b..5aee602cebe6f7359088d8b29cc6a2a5a11b7efb 100644 (file)
@@ -385,13 +385,6 @@ let
         ${allDenied}
     </Directory>
 
-    # But do allow access to files in the store so that we don't have
-    # to generate <Directory> clauses for every generated file that we
-    # want to serve.
-    <Directory /nix/store>
-        ${allGranted}
-    </Directory>
-
     # Generate directives for the main server.
     ${perServerConf true mainCfg}