mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 01:09:16 +00:00
Update install/5etools-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
parent
602e912cb8
commit
245097952b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user