mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
nginx check config in debug output
This commit is contained in:
parent
0ddd30dcfe
commit
58d243df8b
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ echo ""
|
|||
echo "*** LAST NGINX LOGS ***"
|
||||
echo "sudo journalctl -u nginx -b --no-pager -n20"
|
||||
sudo journalctl -u nginx -b --no-pager -n20
|
||||
echo "--> CHECK CONFIG: sudo nginx -t"
|
||||
sudo nginx -t
|
||||
echo ""
|
||||
|
||||
if [ "${touchscreen}" = "1" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue