Skip to content
Snippets Groups Projects
test_nginx_conf_valid.sh 72 B
Newer Older
#!/bin/bash
set -e

if ( which nginx >/dev/null ); then
    nginx -t
fi