Here are some Key Commands for nginx that I find so usefull.
$ nginx -t * Check if Nginx configuration is ok
$ nginx -s reload * Gracefully reload NGINX processes
$ nginx -V * a like -v, but with more detailed information
$ nginx -T * Dump full NGINX configuration
$ nginx -g * Display nginx help menu
* After config change, test and reload: $ nginx -t && nginx -s reload
Recent Comments