Test nginx Configuration File
If there is a time when it becomes necessary to test out a nginx.conf file prior to attempting to use it (IOW on a live/production system) here is a handy little command.
user@machine ~> nginx -t -c /etc/nginx/nginx.conf
Category: linux, nginx
Comments