fix(reverse-proxy): add missing path

This commit is contained in:
Julien Fontanet
2017-11-17 11:55:35 +01:00
parent 6e2e04bf7f
commit 4c2307ee49

View File

@@ -10,7 +10,7 @@ Please use this configuration in this order or it will not work:
```apache
RewriteEngine On
RewriteCond %{HTTP:upgrade} websocket [NC]
RewriteRule /[<path>](.*) ws://<xo-server ip>:<xo-server port>/ [L,P]
RewriteRule /[<path>](.*) ws://<xo-server ip>:<xo-server port>/$1 [L,P]
ProxyPass /[<path>] http://<xo-server ip>:<xo-server port>/
ProxyPassReverse /[<path>] http://<xo-server ip>:<xo-server port>/