# nginx **Repository Path**: taoshumin/nginx ## Basic Information - **Project Name**: nginx - **Description**: centos 安装Nginx 操作步骤 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 参考资料 https://www.jianshu.com/p/8a6d923cda9f - 启动nginx `sudo systemctl start nginx` - 查看进程 `ps -ef |grep nginx` - 关闭nginx `sudo systemctl stop nginx` `sudo systemctl enable nginx` - nginx配置文件 `/etc/nginx`