Update README.md
This commit is contained in:
@@ -39,8 +39,8 @@
|
|||||||
|
|
||||||
- **Easy to install** : One step automated installer with migration from EasyEngine v3 support
|
- **Easy to install** : One step automated installer with migration from EasyEngine v3 support
|
||||||
- **Fast deployment** : Fast and automated WordPress, Nginx, PHP, MySQL & Redis installation
|
- **Fast deployment** : Fast and automated WordPress, Nginx, PHP, MySQL & Redis installation
|
||||||
- **Custom Nginx build** : Nginx 1.24.0 - TLS v1.3 Cloudflare HTTP/2 HPACK & Brotli support
|
- **Custom Nginx build** : Nginx 1.26.1 - TLS v1.3 HTTP/3 QUIC & Brotli support
|
||||||
- **Up-to-date** : PHP 7.4, 8.0, 8.1, 8.2 & 8.3 - MariaDB 10.11 LTS & Redis 7.0
|
- **Up-to-date** : PHP 7.4, 8.0, 8.1, 8.2 & 8.3 - MariaDB 11.4 LTS & Redis 7.0
|
||||||
- **Secured** : Hardened WordPress security with strict Nginx location directives
|
- **Secured** : Hardened WordPress security with strict Nginx location directives
|
||||||
- **Powerful** : Optimized Nginx configurations with multiple cache backends support
|
- **Powerful** : Optimized Nginx configurations with multiple cache backends support
|
||||||
- **SSL** : Domain, Subdomain & Wildcard Let's Encrypt SSL certificates with DNS API support
|
- **SSL** : Domain, Subdomain & Wildcard Let's Encrypt SSL certificates with DNS API support
|
||||||
@@ -89,7 +89,7 @@ Detailed Getting Started guide with additional installation methods can be found
|
|||||||
### Standard WordPress sites
|
### Standard WordPress sites
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wo site create example.com --wp # install wordpress with PHP 8.2 without any page caching
|
wo site create example.com --wp # install wordpress with [Current supported PHP release](https://endoflife.date/php) without any page caching
|
||||||
wo site create example.com --wp --php83 # install wordpress with PHP 8.3 without any page caching
|
wo site create example.com --wp --php83 # install wordpress with PHP 8.3 without any page caching
|
||||||
wo site create example.com --wpfc # install wordpress + nginx fastcgi_cache
|
wo site create example.com --wpfc # install wordpress + nginx fastcgi_cache
|
||||||
wo site create example.com --wpredis # install wordpress + nginx redis_cache
|
wo site create example.com --wpredis # install wordpress + nginx redis_cache
|
||||||
@@ -124,7 +124,7 @@ wo site create example.com --wpsubdomain --wpce # install wpmu-subdomain + C
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
wo site create example.com --html # create example.com for static/html sites
|
wo site create example.com --html # create example.com for static/html sites
|
||||||
wo site create example.com --php # create example.com with php support
|
wo site create example.com --php # create example.com with [Current supported PHP release](https://endoflife.date/php)
|
||||||
wo site create example.com --php80 # create example.com with php 8.0 support
|
wo site create example.com --php80 # create example.com with php 8.0 support
|
||||||
wo site create example.com --php81 # create example.com with php 8.1 support
|
wo site create example.com --php81 # create example.com with php 8.1 support
|
||||||
wo site create example.com --php82 # create example.com with php 8.2 support
|
wo site create example.com --php82 # create example.com with php 8.2 support
|
||||||
|
|||||||
Reference in New Issue
Block a user