add hsts command to readme

This commit is contained in:
VirtuBox
2019-04-17 14:16:38 +02:00
parent 7d7ecc69e3
commit 21a72aacd0
2 changed files with 2 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- phpmyadmin install with composer
- command "wo clean --memcached"
- phpredisadmin setup
- --hsts flag with basic html site
### v3.9.4 - 2019-03-15

View File

@@ -130,6 +130,7 @@ wo site create example.com --proxy=127.0.0.1:3000 # create example.com with ngi
```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
wo site create site.tld --wp --letsencrypt --hsts # install wordpress & secure site with letsencrypt with HSTS
```
## Update WordOps