Linux安装Nginx$ yum install nginx -y #-y不提示直接安装
查看nginx版本$ nginx -v
查看编译参数$ nginx -V
查看安装目录$ rpm -ql nginx
安装目录如下
ngi
2021-07-02