mirror of
https://github.com/opnsense/docs.git
synced 2026-06-09 00:22:06 -04:00
Third-party Plugins / OPNWAF - add a note about websockets
This commit is contained in:
parent
5b967ad191
commit
e18bcc6157
1 changed files with 4 additions and 1 deletions
5
source/vendor/deciso/opnwaf.rst
vendored
5
source/vendor/deciso/opnwaf.rst
vendored
|
|
@ -125,7 +125,10 @@ the Virtual servers.
|
|||
Enabled Enable this location
|
||||
Path Local path to match
|
||||
Remote destinations Locations to forward requests to, when more than one is provided, requests will be
|
||||
loadbalanced in a round robin fashion.
|
||||
loadbalanced in a round robin fashion. Supports :code:`http`, :code:`https`, :code:`ws`
|
||||
and :code:`wss` destinations.
|
||||
When your webapp uses websockets and https requests, use :code:`wss://`
|
||||
(available as of 22.10.1)
|
||||
Access control List of networks allowed to access this path (empty means any)
|
||||
VirtualServer The server this location belongs to
|
||||
Description User friendly description for this location
|
||||
|
|
|
|||
Loading…
Reference in a new issue