mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-20 05:13:43 -07:00
Fixing jdownloader websockets
https://github.com/jlesage/docker-jdownloader-2/issues/265#issuecomment-3039012571
This commit is contained in:
parent
3f5dd87518
commit
0310553fd0
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ server {
|
||||||
set $upstream_app jdownloader;
|
set $upstream_app jdownloader;
|
||||||
set $upstream_port 5800;
|
set $upstream_port 5800;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port/websockify/;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port/websockify;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue