Nginx test config and reload
Updated: 24th November 2020
Tags: nginx
Fast command to test nginx config and reload nginx if test is successful
sudo nginx -t && sudo nginx -s reload
Updated: 24th November 2020
Tags: nginx
Fast command to test nginx config and reload nginx if test is successful
sudo nginx -t && sudo nginx -s reload