Reload NGINX configuration Posted on 23 February 2018 by kosmas emailFacebookTwitterLinkedinProblem You have made some changes to the NGINX configuration and you would like to reload them without stopping and starting the server. Solution Use the following: Shell kill -HUP $(cat /var/run/nginx.pid) 1 kill -HUP $(cat /var/run/nginx.pid)