fix: regex was not quite working

This commit is contained in:
silver 2024-05-24 15:55:12 +01:00
parent b545c623d2
commit f55d23e821
Signed by: silver
GPG key ID: 54E2C71918E93B74

View file

@ -83,7 +83,7 @@ in {
};
# this redirects old links to new format
"~* ~(?<username>[a-z_0-9]*)(?<files>\\S+)$" = {
"~* ~(?<username>[a-z_0-9]*)(?<files>.*)$" = {
priority = 1;
return = "307 https://$username.users.skynet.ie$files";
};