mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Try Python 3 WSGI
This commit is contained in:
parent
722b0db5d1
commit
81f06646d1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ function Cleanup() {
|
|||
# if our environment asks us to enable modules, do our best!
|
||||
if [ "$1" = --debian-modules ] ; then
|
||||
sudo apt-get install -y apache2
|
||||
sudo apt-get install -y libapache2-mod-wsgi
|
||||
sudo apt-get install -y libapache2-mod-wsgi-py3
|
||||
sudo apt-get install -y libapache2-mod-macro
|
||||
|
||||
for mod in ssl rewrite macro wsgi deflate userdir version mime setenvif ; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue