Adding the apache modules enablement in preinst

pull/5858/head
Sebastien Tricaud 2020-05-04 16:44:38 -07:00
parent a424221c5f
commit 0b2474824d
1 changed files with 10 additions and 0 deletions

10
debian/preinst vendored Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
#DEBHELPER#
. /usr/share/debconf/confmodule
a2enmod rewrite || true
a2enmod headers || true