[root@zq ~]2. rpm -qa | grep nginx を使用して、nginx のバージョンを確認します#nginx -V
nginx バージョン: nginx/1.16.1
gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) でビルド、OpenSSL 1.0.2k- fips 2017 年 1 月 26 日TLS SNI サポートが有効になりました引数を設定します: –prefix=/etc/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 –pid-path=/var/run/nginx.pid –lock-path=/var/run/nginx.lock –http-client-body-temp-path=/ var/キャッシュ/nginx/client_temp –http-proxy-temp-path=/var/cache/nginx/proxy_temp –http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp –http-uwsgi-temp -path =/var/cache/nginx/uwsgi_temp –http-scgi-temp-path=/var/cache/nginx/scgi_temp –user=nginx –group=nginx –with-compat –with-file-aio &ndash ;スレッド付き –http_addition_module 付き –http_auth_request_module 付き –http_dav_module 付き –http_flv_module 付き –http_gunzip_module 付き –http_gzip_static_module 付き –http_mp4_module 付き –http_random_index_module 付き –http 付き_realip_module & ndash; with-http_secure_link_module– with-http_slice_module– with-http_ssl_modale– with-httt p_stub_status_module– with http_sub&ndash with-mail_mal_module&ndash ; With-Stream & NDASH; with-stream_realip_module –with-stream_ssl_module –with-stream_ssl_preread_module –with-cc-opt=’-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fExceptions -fstack-プロテクター-強力 –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC’ –with-ld-opt=’-Wl,-z,relro -Wl,- z,now -pie’
[root@zq ~]3.curl -i 127.0.0.1 を使用します。#rpm - qa | grep nginx
nginx-1.16.1-1.el7.ngx.x86_64
[root @zq ~]#curl -i 127.0.0.1
HTTP/1.1 200 OKサーバー: nginx/1.16.1
Date: Thu, 20 Feb 2020 01:56:15 GMTContent-Type: text/htmlContent-Length: 612Last-Modified: 火曜日, 13 Aug 2019 15:04:31 GMT接続: keep-aliveETag: “5d52d17f-264”Accept-Ranges: bytes#nginx へようこそ!
body { 幅: 35em;
マージン: 0 自動;
フォントファミリー: Tahoma、Verdana、Arial、sans-serif;
}
##nginx へようこそ!
作業中。さらに構成が必要です。 .
商用サポートは、 からご利用いただけます。
以上がLinuxでnginxのバージョンを確認する方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。