Skip to content
Snippets Groups Projects
Commit ea5531cb authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added Nginx conf test (refs #20130).

parent ceac16a7
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
if ( which nginx >/dev/null ); then
nginx -t
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment