Skip to content

Commit

Permalink
firmware: fix new *-debug redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Dec 15, 2024
1 parent db0e361 commit 003b9dd
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 003b9dd

Please sign in to comment.