diff options
| -rw-r--r-- | nginx/nginx.conf | 2 | ||||
| -rw-r--r-- | static/LICENSE.txt (renamed from static/LICENSE) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index bc11b404..bc11b404 100644 --- a/static/LICENSE +++ b/static/LICENSE.txt |
