I have deployment script that copies include new nginx config file. I need to check nginx config by using nginx -t
before deploying new application version.
Is it possible to check nginx config of particular file like?:
/usr/nginx/sbin/nginx -t -c /var/www/application/vhost.conf