summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 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 {