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:
commit
8bbced19b1
|
@ -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