We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05cb51 commit b926ad7Copy full SHA for b926ad7
1 file changed
README.md
@@ -630,6 +630,14 @@ server {
630
proxy_set_header Connection $connection_upgrade;
631
proxy_read_timeout 86400;
632
}
633
+ # Needed when audio support is enabled.
634
+ location /makemkv/websockify-audio {
635
+ proxy_pass http://docker-makemkv/websockify-audio;
636
+ proxy_http_version 1.1;
637
+ proxy_set_header Upgrade $http_upgrade;
638
+ proxy_set_header Connection $connection_upgrade;
639
+ proxy_read_timeout 86400;
640
+ }
641
642
643
0 commit comments