mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-23 00:27:47 +02:00
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -76,7 +76,6 @@ if [ ${#chain} -eq 0 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
clear
|
||||
echo
|
||||
echo "***************************************************************"
|
||||
echo "* RASPIBLITZ DEBUG LOGS "
|
||||
|
Reference in New Issue
Block a user