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

[enh] Add YunoHost user panel

This commit is contained in:
Alexis Gavoty 2014-05-29 11:25:26 +02:00
parent 2b0079add4
commit 9884d49d6e

View file

@ -1,5 +1,9 @@
location PATHTOCHANGE/transmission {
proxy_pass http://127.0.0.1:9091PATHTOCHANGE/transmission;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
more_clear_input_headers 'Accept-Encoding';
}
location PATHTOCHANGE/ {
proxy_pass http://127.0.0.1:9091/;
@ -7,4 +11,8 @@ location PATHTOCHANGE/ {
location PATHTOCHANGE/downloads {
alias /home/yunohost.transmission/completed/;
autoindex on;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
more_clear_input_headers 'Accept-Encoding';
}