diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d3733992..30b60a16 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -131,7 +131,7 @@ http { } location = /LICENSE { - default_type text/plain; + return 301 /LICENSE.txt; } location = /404 { diff --git a/static/LICENSE b/static/LICENSE.txt similarity index 100% rename from static/LICENSE rename to static/LICENSE.txt