nginx配置文件位置(查看nginx配置文件路径和资源文件路径的方法)
类别:服务器 浏览量:809
时间:2022-01-23 02:30:25 nginx配置文件位置
查看nginx配置文件路径和资源文件路径的方法查看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配置文件路径内容请搜索开心学习网以前的文章或继续浏览下面的相关文章希望大家以后多多支持开心学习网!
您可能感兴趣
- nginx http转https配置(Nginx配置并兼容HTTP实现代码解析)
- nginx 配置https(Nginx下配置Https证书详细过程)
- nginxlocation匹配参数(nginx location优先级的深入讲解)
- nginx怎么用ssl证书(制作能在nginx和IIS中使用的ssl证书)
- nginx怎么进一步配置(Nginx已编译的nginx-添加新模块)
- nginx反向代理性能(nginx作grpc的反向代理踩坑总结)
- nginx 可以部署java吗(Java-利用Nginx负载均衡实现Web服务器)
- nginx过滤器漏洞(Nginx反爬虫策略,防止UA抓取网站)
- nginxdocker界面(Docker部署nginx实现过程图文详解)
- nginx 怎么避免options请求(详解nginx 的 default_server 定义及匹配规则)
- nginx网站集群(Nginx实现高可用集群构建Keepalived+Haproxy+Nginx)
- nginx宝塔配置修改(宝塔面板默认的404页面不生效怎么办Nginx?)
- nginx学习需要哪些知识(一篇文章搞懂Nginx是什么,能干什么)
- nginx配置文件的几大模块(nginx简单配置多个server的方法)
- nginx配置详细讲解(Nginx服务快速入门教程)
- nginx指令大全(Nginx常用技巧使用实例汇总)
- 熊猫中国国宝(熊猫国宝酒53酱香)
- 春节会放假几天(春节会放假吗)
- 小浴室,大民生 缙云3200多户困难群众洗上免费热水澡(小浴室大民生缙云3200多户困难群众洗上免费热水澡)
- 元旦闲谭(元旦闲谭)
- 息烽 这个村 治垃圾 有招 人人争当卫生模范(息烽这个村治垃圾)
- 今天要吃什么(今天要吃什么菜)
热门推荐
- 云主机内存满了怎么办(为什么云主机不建议安装太多软件?)
- nginx集群技巧(Vmware部署Nginx+KeepAlived集群双主架构的问题及解决方法)
- ASP.NET下载远程图片到本地
- python抽奖转盘代码(详解python--模拟轮盘抽奖游戏)
- ASP.NET批量下载文件
- 无法识别的属性“targetFramework”的解决方法
- python中如何限制数字的个数(python 处理数字,把大于上限的数字置零实现方法)
- yii2 在控制器中验证请求参数的使用方法(yii2 在控制器中验证请求参数的使用方法)
- js中alert相关知识点(js中getBoundingClientRect 方法案例详解)
- mysql基础操作报告(gorm操作MySql数据库的方法)
排行榜
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9