13247 add a2enmod rewrite to ubuntu install

This commit is contained in:
rafael 2024-04-03 16:51:14 +02:00
parent 8f4386f658
commit 9bd86b6cb8
1 changed files with 1 additions and 0 deletions

View File

@ -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"