mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
Update nginx.conf
This commit is contained in:
parent
29db7a63ff
commit
16b0068b81
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
location PATHTOCHANGE/transmission {
|
location PATHTOCHANGE/transmission {
|
||||||
proxy_pass http://127.0.0.1:9091PATHTOCHANGE/transmission;
|
proxy_pass http://127.0.0.1:9091PATHTOCHANGE/transmission;
|
||||||
}
|
}
|
||||||
location PATHTOCHANGE {
|
location PATHTOCHANGE/ {
|
||||||
proxy_pass http://127.0.0.1:9091/;
|
proxy_pass http://127.0.0.1:9091/;
|
||||||
}
|
}
|
||||||
location PATHTOCHANGE/downloads {
|
location PATHTOCHANGE/downloads {
|
||||||
|
|
Loading…
Add table
Reference in a new issue