remove "nginx: configuration is ok"
This commit is contained in:
parent
3290c04f6b
commit
696a047e32
@ -89,7 +89,7 @@ echo -e "
|
|||||||
dmesg -T | grep "Out of memory"
|
dmesg -T | grep "Out of memory"
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
nginx -T | egrep "configuration file|server_name"
|
nginx -T 2> /dev/null | egrep "configuration file|server_name"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user