redirect some mangled backlinks

This commit is contained in:
Daniel Micay 2020-05-06 18:06:16 -04:00
parent 6e8d3872ec
commit 52ef603d59

View File

@ -63,6 +63,11 @@ server {
return 301 /bitcoin-address.png; return 301 /bitcoin-address.png;
} }
# mangled backlinks to /install
location = /installMinimal {
return 301 /install;
}
location = /LICENSE { location = /LICENSE {
default_type text/plain; default_type text/plain;
} }