diff options
author | EuAndreh <eu@euandre.org> | 2020-08-27 08:49:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-27 08:49:13 -0300 |
commit | 3e7f142299de1f13890e80e6dcd1f3f784b501db (patch) | |
tree | 5b53499c2a0a802e7d6e743cf6495a5432605dc6 /vps-configuration.env.nix | |
parent | Always init pires database before starting (diff) | |
download | server-3e7f142299de1f13890e80e6dcd1f3f784b501db.tar.gz server-3e7f142299de1f13890e80e6dcd1f3f784b501db.tar.xz |
Add $lang prefix to root songbooks documentation path redirect
Diffstat (limited to 'vps-configuration.env.nix')
-rw-r--r-- | vps-configuration.env.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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/; ''; |