mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
@@ -149,6 +149,7 @@ function release() {
|
|||||||
|
|
||||||
# command: debug
|
# command: debug
|
||||||
function debug() {
|
function debug() {
|
||||||
|
clear
|
||||||
echo "Printing debug logs. Be patient, this should take maximum 2 minutes .."
|
echo "Printing debug logs. Be patient, this should take maximum 2 minutes .."
|
||||||
sudo rm /var/cache/raspiblitz/debug.log 2>/dev/null
|
sudo rm /var/cache/raspiblitz/debug.log 2>/dev/null
|
||||||
/home/admin/config.scripts/blitz.debug.sh > /var/cache/raspiblitz/debug.log
|
/home/admin/config.scripts/blitz.debug.sh > /var/cache/raspiblitz/debug.log
|
||||||
|
|||||||
@@ -21,6 +21,9 @@ server {
|
|||||||
proxy_pass http://127.0.0.1:11111/;
|
proxy_pass http://127.0.0.1:11111/;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-Host $host;
|
proxy_set_header X-Forwarded-Host $host;
|
||||||
|
proxy_read_timeout 300;
|
||||||
|
proxy_connect_timeout 300;
|
||||||
|
proxy_send_timeout 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
# directory for acme challenge
|
# directory for acme challenge
|
||||||
|
|||||||
@@ -76,7 +76,6 @@ if [ ${#chain} -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clear
|
|
||||||
echo
|
echo
|
||||||
echo "***************************************************************"
|
echo "***************************************************************"
|
||||||
echo "* RASPIBLITZ DEBUG LOGS "
|
echo "* RASPIBLITZ DEBUG LOGS "
|
||||||
|
|||||||
Reference in New Issue
Block a user