Merge branch 'ent-13247-error-de-la-api-pfms-2-0-sobre-ubuntu-22' into 'develop'

13247 add a2enmod rewrite to ubuntu  install

See merge request artica/pandorafms!7136
This commit is contained in:
Juan Antonio Loarte 2024-04-04 16:03:13 +00:00
commit 8bbced19b1
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"