diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-11 00:18:23 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-11 00:18:23 +0100 |
commit | d06ed384dd59432aec0cf91b92442382c63421d3 (patch) | |
tree | a93c90adaf20fad40b3a1d5aac3e36e0acdf8604 /nixops | |
parent | 46228a293a4463a6384be301f56b78c5aeeb1e01 (diff) | |
download | Nix-d06ed384dd59432aec0cf91b92442382c63421d3.tar.gz Nix-d06ed384dd59432aec0cf91b92442382c63421d3.tar.zst Nix-d06ed384dd59432aec0cf91b92442382c63421d3.zip |
Allow all vhosts to read www
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/modules/websites/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
292 | ProxyPass /maintenance_immae.html ! | 292 | ProxyPass /maintenance_immae.html ! |
293 | 293 | ||
294 | AliasMatch "(.*)/googleb6d69446ff4ca3e5.html" ${../../www}/googleb6d69446ff4ca3e5.html | 294 | AliasMatch "(.*)/googleb6d69446ff4ca3e5.html" ${../../www}/googleb6d69446ff4ca3e5.html |
295 | <Directory ${../../www}> | ||
296 | AllowOverride None | ||
297 | Require all granted | ||
298 | </Directory> | ||
295 | ''; | 299 | ''; |
296 | }; | 300 | }; |
297 | apaxy = { | 301 | apaxy = { |