reading How to start, restart, and stop nginx in Windows January 29, 2024 by Cody Todd No Comments Check the version number of nginx: nginx -v Start nginx: start nginx To quickly stop or stop nginx: nginx -s stop Stop or stop nginx properly: nginx -s quit Conf to modify the reload command: nginx -s reload