Skip to content

Commit

Permalink
docs/apache.md: Add websocket proxy
Browse files Browse the repository at this point in the history
After 0.5 websocket support is required so update the proxy instructions
to include websockets.

Issue open-webui#8074#issuecomment-2562017399
  • Loading branch information
vertago1 committed Jan 8, 2025
1 parent 1dfb479 commit 76f99d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ For the UI configuration, you can set up the Apache VirtualHost as follows:
ProxyPass / http://server.com:3000/ nocanon
ProxyPassReverse / http://server.com:3000/
# Needed after 0.5
ProxyPass / ws://server.com:3000/ nocanon
ProxyPassReverse / ws://server.com:3000/
</VirtualHost>
```
Expand All @@ -32,6 +35,9 @@ Enable the site first before you can request SSL:
ProxyPass / http://server.com:3000/ nocanon
ProxyPassReverse / http://server.com:3000/
# Needed after 0.5
ProxyPass / ws://server.com:3000/ nocanon
ProxyPassReverse / ws://server.com:3000/
SSLEngine on
SSLCertificateFile /etc/ssl/virtualmin/170514456861234/ssl.cert
Expand Down

0 comments on commit 76f99d1

Please sign in to comment.