1. 주로 nginx의 -v 또는 -V 옵션을 통해 서버에 설치된 nginx 버전 번호를 확인합니다. 보기 방법은 아래 그림과 같습니다
-v는 nginx 버전을 표시합니다.
-V는 nginx 버전, 컴파일러 버전 및 구성 매개변수를 표시합니다
[root@zq ~]# nginx -V
nginx 버전: nginx/1.16.1
build by 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/ 오류. 로그 –http-log-path=/var/log/nginx/access.log –pid-path=/var/run/nginx.pid –lock-path=/var/run/nginx.lock &ndash ;http -client-body-temp-path=/var/cache/nginx/client_temp –http-proxy-temp-path=/var/cache/nginx/proxy_temp –http-fastcgi-temp-path=/var/ 캐시/ 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 -http_mp4_module –with-http_random_index_module –with-http_realip_module –with-http_secure_link_module –with-http_slice_module –with-http_ssl_module –with-http_stub_status_module –with-http_sub_module –with-http_v2_module ;우편으로– with-mail_ssl_module –with-stream –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 -f예외 -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC’ –with-ld-opt=’-Wl,-z,relro - Wl,-z,now -pie’
2. rpm -qa | grep nginx를 사용하여 nginx 버전을 확인하세요
[root@zq ~]# rpm -qa | grep nginx
nginx-1.16 .1 -1.el7.ngx.x86_64
3. 사용 컬 -i 127.0.0.1
에서 가능합니다.[root@zq ~]# curl -i 127.0.0.1
HTTP/1.1 200 OK
서버 : nginx/1.16.1
날짜: 2020년 2월 20일 목요일 01:56:15 GMT
Content-Type: text/html
Content-Length: 612
최종 수정: 8월 13일 화요일 2019 15:04:31 GMT
Connection: keep-alive
ETag: “5d52d17f-264”
Accept-Ranges: bytes
body nginx에 오신 것을 환영합니다! {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
nginx에 오신 것을 환영합니다!
일해요 . 추가 구성이 필요합니다.
상업적 지원은
위 내용은 Linux에서 nginx 버전을 확인하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!