Update install/5etools-install.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
Johanna Rührig 2025-01-01 17:01:26 +01:00 committed by GitHub
parent 602e912cb8
commit 245097952b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,13 +27,13 @@ msg_ok "Installed Dependencies"
# Setup App
msg_info "Setup 5etools"
cat <<EOT >> /etc/apache2/apache2.conf
cat <<EOF > /etc/apache2/apache2.conf
<Location /server-status>
SetHandler server-status
Order deny,allow
Allow from all
</Location>
EOT
EOF
rm -rf /var/www/html
git config --global http.postBuffer 1048576000