diff --git a/synclounge.subdomain.conf.sample b/synclounge.subdomain.conf.sample index 29b9f1c..a561675 100644 --- a/synclounge.subdomain.conf.sample +++ b/synclounge.subdomain.conf.sample @@ -53,7 +53,7 @@ server { set $upstream_app synclounge; set $upstream_port 8089; set $upstream_proto http; - proxy_pass $upstream_proto://$upstream_app:$upstream_port; + proxy_pass $upstream_proto://$upstream_app:$upstream_port/slserver; }