13247 add a2enmod rewrite to ubuntu install
This commit is contained in:
parent
8f4386f658
commit
9bd86b6cb8
|
@ -601,6 +601,7 @@ EOF_PARAM
|
|||
|
||||
a2enmod ssl &>> "$LOGFILE"
|
||||
a2enmod headers &>> "$LOGFILE"
|
||||
a2enmod rewrite &>> "$LOGFILE"
|
||||
a2enconf ssl-params &>> "$LOGFILE"
|
||||
a2ensite default-ssl &>> "$LOGFILE"
|
||||
a2enconf ssl-params &>> "$LOGFILE"
|
||||
|
|
Loading…
Reference in New Issue