add back legacy redirect
This commit is contained in:
parent
9b0cb04eb5
commit
9c8deacbd9
@ -145,6 +145,10 @@ http {
|
|||||||
return 301 /bitcoin-donation.png;
|
return 301 /bitcoin-donation.png;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /pdfviewer_privacy_policy {
|
||||||
|
return 301 /pdfviewer-privacy-policy;
|
||||||
|
}
|
||||||
|
|
||||||
# mangled backlinks to /install
|
# mangled backlinks to /install
|
||||||
location = /installMinimal {
|
location = /installMinimal {
|
||||||
return 301 /install/;
|
return 301 /install/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user