Revert "Add missing library"

This commit is contained in:
Jeremy Stretch 2018-08-22 11:44:07 -04:00 committed by GitHub
parent 492bc9f86e
commit 1b2d3bf08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ To enable SSL, consider this guide on [securing nginx with Let's Encrypt](https:
## Option B: Apache
```no-highlight
# apt-get install -y apache2 libapache2-mod-wsgi-py3
# apt-get install -y apache2
```
Once Apache is installed, proceed with the following configuration (Be sure to modify the `ServerName` appropriately):