fix: regex was not quite working
This commit is contained in:
parent
b545c623d2
commit
f55d23e821
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue