Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
2b041440365e2cef591e9dd190da09444a8a64b4
envsetup
tests
test_nginx_conf_valid.sh
Find file
Normal view
Permalink
test_nginx_conf_valid.sh
72 B
Newer
Older
Added Nginx conf test (refs #20130).
Stéphane Diemer
committed
8 years ago
1
2
3
4
5
6
#!/bin/bash
set
-e
if
(
which nginx
>
/dev/null
)
;
then
nginx
-t
fi