From 9bd86b6cb88169c4db61bf1db3c0f2aecef0d72a Mon Sep 17 00:00:00 2001 From: rafael Date: Wed, 3 Apr 2024 16:51:14 +0200 Subject: [PATCH] 13247 add a2enmod rewrite to ubuntu install --- extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh b/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh index 6d0bb69d06..ae644c6013 100644 --- a/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh +++ b/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh @@ -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"