mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-24 07:05:38 -07:00
Update synclounge.subdomain.conf.sample
Added the default path to the proxy_pass
This commit is contained in:
parent
fda885d4c3
commit
63ce7fefd8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ server {
|
||||||
set $upstream_app synclounge;
|
set $upstream_app synclounge;
|
||||||
set $upstream_port 8089;
|
set $upstream_port 8089;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port/slserver;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue