Update README.md

This commit is contained in:
VirtuBox 2017-12-14 23:15:17 +01:00 committed by GitHub
parent 437904d6a6
commit f476f22958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -65,5 +65,20 @@ sudo wp --allow-root cli update --nightly
bash <(wget -O - https://raw.githubusercontent.com/VirtuBox/nginx-ee/master/nginx-build.sh)
```
**11) Apply Nginx optimized configuration**
```
wget -O /etc/nginx/nginx.conf https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/master/etc/nginx/nginx.conf
nginx -t
service nginx reload
```
**12) Install certbot-nginx**
```
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:certbot/certbot -y
sudo apt-get update
sudo apt-get install python-certbot-nginx -y
```