This commit is contained in:
VirtuBox
2019-03-18 00:30:54 +01:00
parent 416cb15835
commit b98266bd46
2 changed files with 8 additions and 1 deletions

View File

@@ -113,6 +113,13 @@ wo site create example.com --mysql # create example.com with php & mysql supp
wo site create example.com --proxy=127.0.0.1:3000 # create example.com with nginx as reverse-proxy
```
### Sites secured with Let's Encrypt
```bash
wo site create example.com --wp --letsencrypt # install wordpress & secure site with letsencrypt
wo site create sub.example.com --wp --letsencrypt=subdomain # install wordpress and secure subdomain with letsencrypt
```
## Cheatsheet
| | single site | multisite w/ subdir | multisite w/ subdom |

View File

@@ -460,7 +460,7 @@ class WOSiteCreateController(CementBaseController):
(not self.app.pargs.wpredis)):
data['basic'] = True
if (cache == 'wpredis):
if (cache == 'wpredis'):
cache = 'wpredis'
data['wpredis'] = True
data['basic'] = False