Skip to content

Commit b926ad7

Browse files
committed
Added location for the web audio websocket to the nginx reverse proxy example.
1 parent a05cb51 commit b926ad7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,14 @@ server {
630630
proxy_set_header Connection $connection_upgrade;
631631
proxy_read_timeout 86400;
632632
}
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+
}
633641
}
634642
}
635643

0 commit comments

Comments
 (0)