mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
10 lines
271 B
Nginx Configuration File
10 lines
271 B
Nginx Configuration File
location PATHTOCHANGE/transmission {
|
|
proxy_pass http://127.0.0.1:9091PATHTOCHANGE/transmission;
|
|
}
|
|
location PATHTOCHANGE {
|
|
proxy_pass http://127.0.0.1:9091/;
|
|
}
|
|
location PATHTOCHANGE/downloads {
|
|
alias /home/yunohost.transmission/completed/;
|
|
autoindex on;
|
|
}
|