From 3e7f142299de1f13890e80e6dcd1f3f784b501db Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 27 Aug 2020 08:49:13 -0300 Subject: Add $lang prefix to root songbooks documentation path redirect --- vps-configuration.env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vps-configuration.env.nix') diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index af37396..e18ed75 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -152,7 +152,7 @@ in { enableACME = true; extraConfig = '' location = / { - return 301 master/; + return 301 en/master/; } root ${envsubstConfiguration.staticRoot}/songbooks/; ''; -- cgit v1.2.3