Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
bbac26f8
Commit
bbac26f8
authored
Nov 18, 2019
by
Francesc Guasch
Browse files
doc(admin): proxy websockets
parent
ecdbafb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/docs/apache.rst
View file @
bbac26f8
...
...
@@ -12,7 +12,7 @@ Enable apache modules
.. prompt:: bash #
a2enmod ssl proxy proxy_http proxy_connect
a2enmod ssl proxy proxy_http proxy_connect
proxy_wstunnel headers
Apache Proxy Configuration
--------------------------
...
...
@@ -31,8 +31,10 @@ Edit /etc/apache2/sites-enabled/default-ssl.conf
<VirtualHost _default_:443>
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /ws/ ws://localhost:8081/ws/ keepalive=On
ProxyPass / http://localhost:8081/ keepalive=On
ProxyPassReverse / http://localhost:8081/
RequestHeader set X-Forwarded-Proto "https"
Apache redirect to https
------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment