fix typo in URL

This commit is contained in:
Daniel Micay
2021-01-25 09:16:34 -05:00
parent d6175b1c9a
commit 154a0ee9dc
2 changed files with 5 additions and 1 deletions

View File

@@ -158,6 +158,10 @@ http {
return 301 /install/web;
}
location = /install-web {
return 301 /install/web;
}
location = /LICENSE {
return 301 /LICENSE.txt;
}