Skip to content

Commit

Permalink
Merge pull request #178 from grische/fix/debug-redirects
Browse files Browse the repository at this point in the history
firmware: fix new *-debug redirects
  • Loading branch information
DasSkelett authored Dec 15, 2024
2 parents db0e361 + 003b9dd commit 9d57ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/domains/firmware.ffmuc.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ server {
break;
}

rewrite ^/(stable|testing|experimental)-debug/(.*) /$targetDirectory/$2 redirect;
rewrite ^/(stable|testing|experimental)-debug/(.*) /$targetDirectory/$1/$2 redirect;
}


Expand Down

0 comments on commit 9d57ae1

Please sign in to comment.