Skip to content

Commit b53e0f9

Browse files
committed
Update to the README.
1 parent c34a1d7 commit b53e0f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,15 @@ server {
534534
proxy_set_header Connection $connection_upgrade;
535535
proxy_read_timeout 86400;
536536
}
537+
538+
# Needed when audio support is enabled.
539+
location /websockify-audio {
540+
proxy_pass http://docker-firefox;
541+
proxy_http_version 1.1;
542+
proxy_set_header Upgrade $http_upgrade;
543+
proxy_set_header Connection $connection_upgrade;
544+
proxy_read_timeout 86400;
545+
}
537546
}
538547
539548
```

0 commit comments

Comments
 (0)