mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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 ssl &>> "$LOGFILE"
|
||||||
a2enmod headers &>> "$LOGFILE"
|
a2enmod headers &>> "$LOGFILE"
|
||||||
|
a2enmod rewrite &>> "$LOGFILE"
|
||||||
a2enconf ssl-params &>> "$LOGFILE"
|
a2enconf ssl-params &>> "$LOGFILE"
|
||||||
a2ensite default-ssl &>> "$LOGFILE"
|
a2ensite default-ssl &>> "$LOGFILE"
|
||||||
a2enconf ssl-params &>> "$LOGFILE"
|
a2enconf ssl-params &>> "$LOGFILE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user