This script is used to create a reverse proxy frontend entry with websocket support.
Variable | Description |
---|---|
connection | (Optional) A WAN connection can be specified here. If one is specified, it must be referenced as shown in the example. |
backend | (mandatory) The name of the desired and previously created backend entry must be referenced here. |
websocket | (Optional) Websocket support. Can be activated with true and deactivated with false . |
certificateUid | If ssl is set to true and letsEncrypt isNOT set, a reference to the commonName of the stored certificate must be specified here. If SSL is not used or Let's Encrypt is used, the field can be left empty with “”. |
keyPassword | If a certificate is referenced, the corresponding private key for validation must be entered here. |
If Let's Encrypt is used, the certificateUid field must be left empty and letsEncrypt must be set to true. |
/** |
---|