查看nginx配置文件路径和资源文件路径的方法


Posted in Servers onMarch 31, 2021

查看nginx配置文件路径

通过 nginx -t

nginx -t命令的原始作用是用来验证nginx配置文件格式和配置是否存在异常,通过该命令会输出nginx的配置文件的路径和验证结果,在输出结果中就可以找到当前的nginx的加载的配置文件的地址,如下所示:

nginx -t

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

由此可知nginx的配置文件在 /etc/nginx/nginx.conf这个文件夹下

通过 ps -ef|grep nginx

如果在nginx启动的过程中显式的配置了nginx配置文件的加载路径,通过这样的方式就可以很简单的看到当前的配置文件加载路径

通过 locate 命令来进行查找

如果在服务器中有安装locate命令的话,可以通过 locate nginx.conf 这个命令来进行查找,但是如果存在多个nginx.conf 文件的时候,就很难判断到底加载的是哪一个ngxin配置文件

通过 nginx -V 命令来进行查找

通过nginx -V命令可以看到安装时的所有配置信息,通过查找里面的 --conf-path 这个配置信息,可以找到对应的配置文件的路径,如下所示:

nginx -V

nginx version: nginx/1.12.2
built by gcc 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC) 
built with OpenSSL 1.0.2k-fips 26 Jan 2017
TLS SNI support enabled
configure arguments: --prefix=/usr/local/nginx --add-module=/usr/local/src/headers-more-nginx-module-0.33 --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-http_auth_request_module --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_perl_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-debug --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' --with-ld-opt='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E'

查看nginx资源文件路径

通过 nginx -V 命令

通过nginx -V 命令,然后查找命令中返回的 --prefix= 配置,该配置对应的路径便为nginx的资源文件的路径

到此这篇关于查看nginx配置文件路径和资源文件路径的方法的文章就介绍到这了,更多相关nginx配置文件路径内容请搜索三水点靠木以前的文章或继续浏览下面的相关文章希望大家以后多多支持三水点靠木!

Servers 相关文章推荐
Nginx配置Https安全认证的实现
May 26 Servers
nginx配置文件使用环境变量的操作方法
Jun 02 Servers
Nginx配置文件详解以及优化建议指南
Sep 15 Servers
docker-compose部署Yapi的方法
Apr 08 Servers
CentOS安装Nginx并部署vue
Apr 12 Servers
Nginx本地配置SSL访问的实例教程
May 30 Servers
Windows10安装Apache2.4的方法步骤
Jun 25 Servers
windows server2008 开启端口的实现方法
Jun 25 Servers
如何让你的Nginx支持分布式追踪详解
Jul 07 Servers
Nginx代理Redis哨兵主从配置的实现
Jul 15 Servers
Linux中一对多配置日志服务器的详细步骤
Jul 23 Servers
Nginx报错104:Connection reset by peer问题的解决及分析
Jul 23 Servers
nginx里的rewrite跳转的实现
Mar 31 #Servers
nginx基于域名,端口,不同IP的虚拟主机设置的实现
Mar 31 #Servers
Nginx设置日志打印post请求参数的方法
Mar 31 #Servers
nginx 多个location转发任意请求或访问静态资源文件的实现
nginx简单配置多个server的方法
nginx proxy_cache 缓存配置详解
Nginx搭建rtmp直播服务器实现代码
Mar 31 #Servers
You might like
php 目录与文件处理-郑阿奇(续)
2011/07/04 PHP
PHP统计二维数组元素个数的方法
2013/11/12 PHP
JavaScript创建命名空间的5种写法
2014/06/24 PHP
PHP图像处理之使用imagecolorallocate()函数设置颜色例子
2014/11/19 PHP
番茄的表单验证类代码修改版
2008/07/18 Javascript
Extjs 几个方法的讨论
2010/01/28 Javascript
Javascript面向对象扩展库代码分享
2012/03/27 Javascript
animate动画示例(泪奔的小孩)及stop和delay的使用
2013/05/06 Javascript
jQuery中:contains选择器用法实例
2014/12/30 Javascript
jQuery中DOM操作实例分析
2015/01/23 Javascript
javascript中clipboardData对象用法详解
2015/05/13 Javascript
AngularJS教程 ng-style 指令简单示例
2016/08/03 Javascript
谈谈JavaScript中的几种借用方法
2016/08/09 Javascript
Vue-Router实现组件间跳转的三种方法
2017/11/07 Javascript
Vue中的Vux配置指南
2017/12/08 Javascript
vue中组件的过渡动画及实现代码
2018/11/21 Javascript
node.JS的crypto加密模块使用方法详解(MD5,AES,Hmac,Diffie-Hellman加密)
2020/02/06 Javascript
js实现删除json中指定的元素
2020/09/22 Javascript
[48:54]VGJ.T vs infamous Supermajor小组赛D组败者组第一轮 BO3 第二场 6.3
2018/06/04 DOTA
python编程羊车门问题代码示例
2017/10/25 Python
PyTorch读取Cifar数据集并显示图片的实例讲解
2018/07/27 Python
Django为窗体加上防机器人的验证码功能过程解析
2019/08/14 Python
python+selenium 点击单选框-radio的实现方法
2019/09/03 Python
解决pycharm上的jupyter notebook端口被占用问题
2019/12/17 Python
Python通过Schema实现数据验证方式
2020/11/12 Python
django使用多个数据库的方法实例
2021/03/04 Python
新加坡最受追捧的体验平台:Hapz
2018/01/01 全球购物
加拿大在线眼镜零售商:SmartBuyGlasses加拿大
2019/05/25 全球购物
《七颗钻石》教学反思
2014/02/28 职场文书
教师对照四风自我剖析材料
2014/09/30 职场文书
群众路线剖析材料
2014/09/30 职场文书
工作能力自我评价2015
2015/03/05 职场文书
手机销售员岗位职责
2015/04/11 职场文书
2015年护士长个人工作总结
2015/04/24 职场文书
采购部2015年度工作总结
2015/07/24 职场文书
浅析Python实现DFA算法
2021/06/26 Python