mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-19 13:00:37 -07:00
Merge pull request #774 from therobbiedavis/master
Some checks failed
Check Samples / check-allowed-file-names (push) Has been cancelled
Some checks failed
Check Samples / check-allowed-file-names (push) Has been cancelled
Fixing jdownloader websockets
This commit is contained in:
commit
e972b1a100
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2025/07/18
|
||||
## Version 2025/08/07
|
||||
# make sure that your jdownloader container is named jdownloader
|
||||
# make sure that your dns has a cname set for jdownloader
|
||||
|
||||
|
@ -57,6 +57,6 @@ server {
|
|||
set $upstream_app jdownloader;
|
||||
set $upstream_port 5800;
|
||||
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