aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixops/modules/websites/default.nix4
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 = {