mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
Fix #88
This commit is contained in:
parent
3675a3b7af
commit
37355ac1a8
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ location __PATH__/ {
|
||||||
|
|
||||||
location __PATH__/downloads/ {
|
location __PATH__/downloads/ {
|
||||||
alias __DATADIR__/completed/;
|
alias __DATADIR__/completed/;
|
||||||
|
charset UTF-8;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
autoindex_exact_size off;
|
autoindex_exact_size off;
|
||||||
more_clear_input_headers 'Accept-Encoding';
|
more_clear_input_headers 'Accept-Encoding';
|
||||||
|
|
Loading…
Add table
Reference in a new issue