Skip to content

Commit

Permalink
Some OSes don't enable the mime module by default?
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Dec 23, 2015
1 parent 3dc3df4 commit ce9e3c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ "$1" = --debian-modules ] ; then
sudo apt-get install -y libapache2-mod-wsgi
sudo apt-get install -y libapache2-mod-macro

for mod in ssl rewrite macro wsgi deflate userdir version ; do
for mod in ssl rewrite macro wsgi deflate userdir version mime ; do
sudo a2enmod $mod
done
fi
Expand Down

0 comments on commit ce9e3c1

Please sign in to comment.