added a few things

This commit is contained in:
Tristan Ancelet 2023-05-20 15:23:39 -05:00
parent a392834d91
commit 65618b9894

View File

@ -26,7 +26,10 @@ declare -a needed_packages=(
# Webserver packages
firewalld
apache2
# Necessary packages for php
php
php-sqlite3
# Filesystem Management
acl
@ -145,6 +148,8 @@ if [[ ! "$ALLOWED_ACCESS_CONFIG" =~ ^$IP_REGEX$ ]]; then
exit 1
fi
site_config_file=/etc/apache2/sites-available/webcron.conf
site_config="
# Redirecting all http traffic to https