From d06ed384dd59432aec0cf91b92442382c63421d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 11 Feb 2019 00:18:23 +0100 Subject: [PATCH] Allow all vhosts to read www --- nixops/modules/websites/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix index 8300407..1d0c1d7 100644 --- a/nixops/modules/websites/default.nix +++ b/nixops/modules/websites/default.nix @@ -292,6 +292,10 @@ in ProxyPass /maintenance_immae.html ! AliasMatch "(.*)/googleb6d69446ff4ca3e5.html" ${../../www}/googleb6d69446ff4ca3e5.html + + AllowOverride None + Require all granted + ''; }; apaxy = { -- 2.41.0