Skip to content

Commit

Permalink
Update to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 9, 2025
1 parent d207181 commit 540ce8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,15 @@ server {
proxy_set_header Connection $connection_upgrade;
proxy_read_timeout 86400;
}
# Needed when audio support is enabled.
location /websockify-audio {
proxy_pass http://docker-jdownloader-2;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_read_timeout 86400;
}
}
```
Expand Down

0 comments on commit 540ce8a

Please sign in to comment.