You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/environment-variables.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ The given value determines the backend (potentia remote/reveres hosts) for the m
348
348
***Var type:**`string`
349
349
***Requires:**`MAIN_VHOST_ENABLE=1`
350
350
351
-
You can configure a remote backend via this environment variable. Either a remote PHP-FPM server or any kind of service via `http`or `https` reverse proxy.
351
+
You can configure a remote backend via this environment variable. Either a remote PHP-FPM server or any kind of service via `http`, `https`, `ws`, or `wss` reverse proxy (where `ws` and `wss` are for websocket backends).
352
352
353
353
### String format
354
354
@@ -368,7 +368,7 @@ The backend environment variable supports two different formats.
368
368
With the direct configuration you set everything explicitly via this environment variable and nothing else is required.
0 commit comments