1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00

[enh] Show human readable size on completed files index.

This commit is contained in:
opi 2014-12-04 10:51:24 +01:00
parent c9d0718d33
commit da2757cefe

View file

@ -11,6 +11,7 @@ location PATHTOCHANGE/ {
location PATHTOCHANGE/downloads {
alias /home/yunohost.transmission/completed/;
autoindex on;
autoindex_exact_size off;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;