Преглед на файлове

Remove extraneous package from Apache installation instructions

Jeremy Stretch преди 6 години
родител
ревизия
5f6b63e978
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/installation/4-http-daemon.md

+ 1 - 1
docs/installation/4-http-daemon.md

@@ -52,7 +52,7 @@ Finally, restart the `nginx` service to use the new configuration.
 Begin by installing Apache:
 
 ```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.