如何查看nginx的版本及配置选项?nginx都配置了哪些的模块?
Posted QA-3K
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何查看nginx的版本及配置选项?nginx都配置了哪些的模块?相关的知识,希望对你有一定的参考价值。
需求描述:
新接手别人的nginx,想要查看当前都配置了哪些模块
操作过程:
1.通过nginx -V选项查看nginx的配置选项
[[email protected] sbin]# ./nginx -V nginx version: nginx/1.14.0 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) built with OpenSSL 1.0.1e-fips 11 Feb 2013 TLS SNI support enabled configure arguments: --prefix=/opt/app/nginx --user=nginx --group=nginx --sbin-path=/opt/app/nginx/sbin/nginx --conf-path=/opt/app/nginx/conf/nginx.conf --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --error-log-path=/opt/app/nginx/log/error.log --http-log-path=/opt/app/nginx/log/access.log --with-http_gzip_static_module --with-http_stub_status_module --with-http_ssl_module --with-pcre --with-file-aio --with-http_realip_module --without-http_scgi_module --without-http_uwsgi_module
备注:通过以上的查询结果,就可以知道nginx的配置选项,配置了哪些的模块
文档创建时间:2018年4月24日11:23:21
以上是关于如何查看nginx的版本及配置选项?nginx都配置了哪些的模块?的主要内容,如果未能解决你的问题,请参考以下文章