From 37355ac1a8d4937a0fb3a462e42623dcb7ed5e23 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 3 Jul 2022 20:39:22 +0200 Subject: [PATCH] Fix #88 --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) 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';