]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Remove useless /assets in wallabag after migration
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 24 Jan 2019 11:31:24 +0000 (12:31 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 24 Jan 2019 11:31:48 +0000 (12:31 +0100)
Fixes https://git.immae.eu/mantisbt/view.php?id=112

virtual/modules/websites/tools/tools/wallabag.nix

index d742c5d3ad313538247567f3698e505d65a6cb4a..d6eb95a983cd37cde7bd1c48c78dabc3b93313c2 100644 (file)
@@ -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}"
         <Directory "${webRoot}">
           AllowOverride None