mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
7 lines
167 B
Nginx Configuration File
7 lines
167 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/;
|
||
|
}
|