add txt extension to deployed license file

This commit is contained in:
Daniel Micay 2020-12-06 09:38:15 -05:00
parent bc30284642
commit 8db62a865e
2 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ http {
}
location = /LICENSE {
default_type text/plain;
return 301 /LICENSE.txt;
}
location = /404 {