Nginx 中修改配置文件的 命令
Nginx :
?
配置文件所在的目录:/nginx/conf/nginx_conf;
执行目录 : /nginx/sbin;
./nginx -t? //检查修改是否通过
./nginx -s reload? // 重新加载
改天再续...