mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 01:30:14 -04:00
More module deps!
This commit is contained in:
parent
8d71b2d6c3
commit
a0e902d405
1 changed files with 2 additions and 2 deletions
|
|
@ -48,9 +48,9 @@ function Cleanup() {
|
|||
|
||||
# if our environment asks us to enable modules, do our best!
|
||||
if [ "$1" = --debian-modules ] ; then
|
||||
sudo apt-get install -y libapache2-mod-wsgi
|
||||
sudo apt-get install -y libapache2-mod-{wsgi,macro}
|
||||
|
||||
for mod in ssl rewrite macro wsgi deflate ; do
|
||||
for mod in ssl rewrite macro wsgi deflate userdir version ; do
|
||||
sudo a2enmod $mod
|
||||
done
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue