Nginx安装配置 Eli He 2019-09-19 Linux 1. 添加nginx用户123groupadd nginx useradd -g nginx -s /sbin/nologin -M nginx 阅读全文 nginx