aboutsummaryrefslogtreecommitdiff
path: root/vps-configuration.env.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-27 08:49:13 -0300
committerEuAndreh <eu@euandre.org>2020-08-27 08:49:13 -0300
commit3e7f142299de1f13890e80e6dcd1f3f784b501db (patch)
tree5b53499c2a0a802e7d6e743cf6495a5432605dc6 /vps-configuration.env.nix
parentAlways init pires database before starting (diff)
downloadserver-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.nix2
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/;
'';