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-2
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ The given value determines the backend (potentia remote/reveres hosts) for the m
349
349
***Var type:**`string`
350
350
***Requires:**`MAIN_VHOST_ENABLE=1`
351
351
352
-
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.
352
+
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).
353
353
354
354
### String format
355
355
@@ -369,7 +369,7 @@ The backend environment variable supports two different formats.
369
369
With the direct configuration you set everything explicitly via this environment variable and nothing else is required.
0 commit comments