::fixture-ready:: $ grep -R "server_name" /etc/nginx/sites-enabled/ /etc/nginx/sites-enabled/example.com: server_name example.com www.example.com; ::exit-code::0 $ grep -R "root" /etc/nginx/sites-enabled/ /etc/nginx/sites-enabled/example.com: root /srv/www/example.com/current; ::exit-code::0 $ nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful ::exit-code::0