From: Ismaƫl Bouya Date: Sun, 10 Feb 2019 23:18:23 +0000 (+0100) Subject: Allow all vhosts to read www X-Git-Tag: nur_publish~246 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=d06ed384dd59432aec0cf91b92442382c63421d3;hp=46228a293a4463a6384be301f56b78c5aeeb1e01;p=perso%2FImmae%2FConfig%2FNix.git Allow all vhosts to read www --- 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 = {