直接安装 dnf install nginx 设置nginx开机启动 systemctl enable nginx 关闭nginx日志以及版本号输出 error_log /dev/null; access_log off; server_t…
2年前