linux 命令行下查看nginx.conf位置
2016年1月27日
输入命令
nginx -t
输出结果
[root@MyServer ~]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
探索新领域,记录未知到已知
2016年1月27日
输入命令
输出结果
[root@MyServer ~]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful