ProxyPass are evaluated in order.

This commit is contained in:
Julien Fontanet 2015-11-05 18:17:36 +01:00
parent 910c3c2398
commit 4d889d4000

View File

@ -6,8 +6,8 @@ As XO-web and XO-server communicates with *WebSockets*, you need to have the `mo
Please use this configuration in this order or it will not work:
```apache
ProxyPass /[<path>] http://<xo-server ip>:<xo-server port>/
ProxyPass /[<path>]/api ws://<xo-server ip>:<xo-server port>/api
ProxyPass /[<path>] http://<xo-server ip>:<xo-server port>/
ProxyPassReverse /[<path>] /
```