View | Details | Raw Unified | Return to bug 168836
Collapse All | Expand All

(-)nginx (+3 lines)
Lines 79-84 Link Here
79
79
80
nginx_checkconfig()
80
nginx_checkconfig()
81
{
81
{
82
	if [ ! -d "/var/tmp/nginx" ] ; then
83
		mkdir /var/tmp/nginx
84
	fi
82
	echo "Performing sanity check on nginx configuration:"
85
	echo "Performing sanity check on nginx configuration:"
83
	eval ${command} ${nginx_flags} -t
86
	eval ${command} ${nginx_flags} -t
84
}
87
}

Return to bug 168836