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/commons/adminer.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'virtual/modules/websites/commons/adminer.nix') diff --git a/virtual/modules/websites/commons/adminer.nix b/virtual/modules/websites/commons/adminer.nix index 7094e45..891046f 100644 --- a/virtual/modules/websites/commons/adminer.nix +++ b/virtual/modules/websites/commons/adminer.nix @@ -40,6 +40,7 @@ let Alias /adminer ${webRoot} DirectoryIndex index.php + Require all granted SetHandler "proxy:unix:${phpFpm.socket}|fcgi://localhost" -- cgit v1.2.3