From 73ed4b9052db660572eddcad325f0a6b8e21d234 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 24 Jan 2019 12:31:24 +0100 Subject: [PATCH] Remove useless /assets in wallabag after migration Fixes https://git.immae.eu/mantisbt/view.php?id=112 --- virtual/modules/websites/tools/tools/wallabag.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtual/modules/websites/tools/tools/wallabag.nix b/virtual/modules/websites/tools/tools/wallabag.nix index d742c5d..d6eb95a 100644 --- a/virtual/modules/websites/tools/tools/wallabag.nix +++ b/virtual/modules/websites/tools/tools/wallabag.nix @@ -119,12 +119,13 @@ let fi ''; webRoot = "${webappDir}/web"; + # Domain migration: Table wallabag_entry contains whole + # https://tools.immae.eu/wallabag domain name in preview_picture apache = { user = "wwwrun"; group = "wwwrun"; modules = [ "proxy_fcgi" ]; vhostConf = '' - Alias /assets "${varDir}/assets" Alias /wallabag "${webRoot}" AllowOverride None -- 2.41.0