Skip to content

Commit a05cb51

Browse files
committed
Fixed reverse proxy example in README.
1 parent b6130d1 commit a05cb51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ server {
624624
# differs from the one seen by external clients.
625625
#port_in_redirect off;
626626
location /makemkv/websockify {
627-
proxy_pass http://docker-makemkv/websockify/;
627+
proxy_pass http://docker-makemkv/websockify;
628628
proxy_http_version 1.1;
629629
proxy_set_header Upgrade $http_upgrade;
630630
proxy_set_header Connection $connection_upgrade;

0 commit comments

Comments
 (0)