mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 17:29: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
|
# Setup App
|
||||||
msg_info "Setup 5etools"
|
msg_info "Setup 5etools"
|
||||||
cat <<EOT >> /etc/apache2/apache2.conf
|
cat <<EOF > /etc/apache2/apache2.conf
|
||||||
<Location /server-status>
|
<Location /server-status>
|
||||||
SetHandler server-status
|
SetHandler server-status
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Allow from all
|
Allow from all
|
||||||
</Location>
|
</Location>
|
||||||
EOT
|
EOF
|
||||||
|
|
||||||
rm -rf /var/www/html
|
rm -rf /var/www/html
|
||||||
git config --global http.postBuffer 1048576000
|
git config --global http.postBuffer 1048576000
|
||||||
|
Loading…
Reference in New Issue
Block a user