Remove extraneous package from Apache installation instructions

This commit is contained in:
Jeremy Stretch 2020-04-03 16:03:50 -04:00
parent ad08935c57
commit 5f6b63e978

View File

@ -52,7 +52,7 @@ Finally, restart the `nginx` service to use the new configuration.
Begin by installing Apache: Begin by installing Apache:
```no-highlight ```no-highlight
# apt-get install -y apache2 libapache2-mod-wsgi-py3 # apt-get install -y apache2
``` ```
Next, copy the default configuration file to `/etc/apache2/sites-available/`. Be sure to modify the `ServerName` parameter appropriately. Next, copy the default configuration file to `/etc/apache2/sites-available/`. Be sure to modify the `ServerName` parameter appropriately.