add back legacy redirect

This commit is contained in:
Daniel Micay 2021-06-21 22:23:07 -04:00
parent 9b0cb04eb5
commit 9c8deacbd9

View File

@ -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/;