diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 09:38:15 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 09:43:23 -0500 |
| commit | 8db62a865e6950e518090cac04d9530c858bfb17 (patch) | |
| tree | e68706616b67704b4aee888788271cdb2a4a72b3 /nginx | |
| parent | bc302846424412e65cd77be14ef8d91df65fe639 (diff) | |
add txt extension to deployed license file
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 2 |
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 { |
