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 b6130d1 commit a05cb51Copy full SHA for a05cb51
1 file changed
README.md
@@ -624,7 +624,7 @@ server {
624
# differs from the one seen by external clients.
625
#port_in_redirect off;
626
location /makemkv/websockify {
627
- proxy_pass http://docker-makemkv/websockify/;
+ proxy_pass http://docker-makemkv/websockify;
628
proxy_http_version 1.1;
629
proxy_set_header Upgrade $http_upgrade;
630
proxy_set_header Connection $connection_upgrade;
0 commit comments