fix debug clear output (#3543)

* higher timeout for API

* remove clear
This commit is contained in:
/rootzoll
2022-12-18 12:06:57 +01:00
committed by GitHub
parent 285485009a
commit f6fd368f17
3 changed files with 4 additions and 1 deletions

View File

@@ -149,6 +149,7 @@ function release() {
# command: debug
function debug() {
clear
echo "Printing debug logs. Be patient, this should take maximum 2 minutes .."
sudo rm /var/cache/raspiblitz/debug.log 2>/dev/null
/home/admin/config.scripts/blitz.debug.sh > /var/cache/raspiblitz/debug.log

View File

@@ -21,6 +21,9 @@ server {
proxy_pass http://127.0.0.1:11111/;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Host $host;
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
}
# directory for acme challenge

View File

@@ -76,7 +76,6 @@ if [ ${#chain} -eq 0 ]; then
fi
fi
clear
echo
echo "***************************************************************"
echo "* RASPIBLITZ DEBUG LOGS "