# nginx_helper **Repository Path**: kerndev/nginx_helper ## Basic Information - **Project Name**: nginx_helper - **Description**: Windows系统下启动和停止nginx的小工具。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-23 - **Last Updated**: 2022-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ======================================================================== nginx helper 蒋晓岗 ======================================================================== 帮助管理nginx服务的启动和停止。 nginx启动后会创建nginx.pid文件。 通过检测该文件是否存在,以此判断nginx是否已启动。 重启服务:nginx -s reload 停止服务:nginx -s stop