fix EOL
This commit is contained in:
@@ -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
|
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
|
## Cheatsheet
|
||||||
|
|
||||||
| | single site | multisite w/ subdir | multisite w/ subdom |
|
| | single site | multisite w/ subdir | multisite w/ subdom |
|
||||||
|
|||||||
@@ -460,7 +460,7 @@ class WOSiteCreateController(CementBaseController):
|
|||||||
(not self.app.pargs.wpredis)):
|
(not self.app.pargs.wpredis)):
|
||||||
data['basic'] = True
|
data['basic'] = True
|
||||||
|
|
||||||
if (cache == 'wpredis):
|
if (cache == 'wpredis'):
|
||||||
cache = 'wpredis'
|
cache = 'wpredis'
|
||||||
data['wpredis'] = True
|
data['wpredis'] = True
|
||||||
data['basic'] = False
|
data['basic'] = False
|
||||||
|
|||||||
Reference in New Issue
Block a user