diff --git a/conf/nginx.conf b/conf/nginx.conf index 3e47350..a559aff 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -20,6 +20,7 @@ location __PATH__/ { location __PATH__/downloads/ { alias __DATADIR__/completed/; + charset UTF-8; autoindex on; autoindex_exact_size off; more_clear_input_headers 'Accept-Encoding';