博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux系统下nginx安装目录和nginx.conf配置文件目录
阅读量:5316 次
发布时间:2019-06-14

本文共 525 字,大约阅读时间需要 1 分钟。

linux系统下nginx安装目录和nginx.conf配置文件目录

1、查看nginx安装目录

输入命令

# ps  -ef | grep nginx

返回结果包含安装目录

root      2662     1  0 07:12 ?        00:00:00 nginx: master process /usr/sbin/nginx

2、查看nginx.conf配置文件目录

输入命令

# nginx -t返回结果包含配置文件目录

nginx: the configuration file /etc/nginx/nginx.conf syntax is ok

nginx: configuration file /etc/nginx/nginx.conf test is successful

3、启动nginx服务

[root@localhost ~]# nginx安装目录 -c nginx.conf配置文件目录

参数 “-c” 指定了配置文件的路径,如果不加 “-c” 参数,Nginx 会默认加载其安装目录的 conf 子目录中的 nginx.conf 文件。

转载于:https://www.cnblogs.com/mracale/p/8474155.html

你可能感兴趣的文章
广告banner:手动滑动切换,自动切换,点击跳转,异步加载网络图片
查看>>
环境变量
查看>>
Entity Framework安装方法
查看>>
网络对抗技术作业1
查看>>
JavaScript笔记
查看>>
10个给力的在线Web设计开发工具介绍
查看>>
【作品】多人贪吃蛇
查看>>
CSS进阶(二十三)用户界面样式
查看>>
飞鸽传书 绑定指定网卡
查看>>
XNA系列(1)
查看>>
注册表清理bat
查看>>
《和时间做朋友》读后感
查看>>
分布式系统中的必备良药 —— 服务治理
查看>>
小坑过河
查看>>
日期控件应用
查看>>
编写一个函数char_contains(char str[],char c), 如果字符串str中包含字符c则返回数值1,否则返回数值0...
查看>>
LinkBinTree
查看>>
js 事件委托 事件代理
查看>>
content_form.class.php文件不完整 解决方案
查看>>
第8次作业
查看>>