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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ ols (command) [options]
111
111
| Command | Purpose | Options |
112
112
| --- | --- | --- |
113
113
|`install`| Install/align OpenLiteSpeed runtime and related packages |`--php81``--php82``--php83``--php84``--php85``--database``--config``--http-port``--https-port``--ssl-cert``--ssl-key``--no-listeners`|
|`update`| Update installed `ols` binary to latest GitHub release for current platform ||
116
116
117
117
Global options (apply to all commands): `--dry-run`, `--color`
@@ -126,6 +126,8 @@ ols site (command) [options]
126
126
| --- | --- | --- |
127
127
|`create`| Create a new site/vhost |`--wp``--le``--php81``--php82``--php83``--php84``--php85``--enable-owasp``--disable-owasp``--enable-recaptcha``--disable-recaptcha``--enable-ns``--disable-ns``--hsts`|
128
128
|`update`| Update an existing site (PHP target optional when only security/LE flags are used) |`--wp` (requires one of `--php81``--php82``--php83``--php84``--php85`), optional `--le`, or security flags only: `--enable-owasp``--disable-owasp``--enable-recaptcha``--disable-recaptcha``--enable-ns``--disable-ns``--hsts`|
129
+
|`enable`| Enable site by removing domain from server-level `suspendedVhosts`||
130
+
|`disable`| Disable site by adding domain to server-level `suspendedVhosts`||
129
131
|`info`| Show site metadata and detected status ||
0 commit comments