Pārlūkot izejas kodu

Merge pull request #2386 from digitalocean/revert-2376-patch-1

Revert "Add missing library"
Jeremy Stretch 7 gadi atpakaļ
vecāks
revīzija
3b26ce6501
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/installation/3-http-daemon.md

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

@@ -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):