Ich hatte vor ein paar Tagen vor, das HTTP-Protokoll zu aktualisieren, und habe dann tatsächlich die Version überprüft mit:
nginx -V
// 返回的是 1.10
Nach der Verwendung von nginx -s reload
ist der Neustart jedoch normal. Auf der Browserseite zeigt das Plug-in jedoch immer noch die Version 1.6 an. Darüber hinaus wurde das Protokoll nicht aktualisiert und ist immer noch HTTP1.1 Ist jemand auf ein solches Problem gestoßen? Bitte antworten Sie.
Die eigentliche Webseite ist: https://www.villainhr.com/
最好还是手动编译安装nginx吧!
手动编译安装openssl版本是OpenSSL 1.0.2h
手动编译安装nginx,增加编译参数
Nginx官方为RHEL/CentOS/Debian/Ubuntu/SLES提供了yum和apt源.
Pre-Built Packages for Stable version
To set up the yum repository for RHEL/CentOS, create the file named /etc/yum.repos.d/nginx.repo with the following contents:
Replace “OS” with “rhel” or “centos”, depending on the distribution used, and “OSRELEASE” with “5”, “6”, or “7”, for 5.x, 6.x, or 7.x versions, respectively.
For Debian/Ubuntu, in order to authenticate the nginx repository signature and to eliminate warnings about missing PGP key during installation of the nginx package, it is necessary to add the key used to sign the nginx packages and repository to the apt program keyring. Please download this key from our web site, and add it to the apt program keyring with the following command:
For Debian replace codename with Debian distribution codename, and append the following to the end of the /etc/apt/sources.list file:
For Ubuntu replace codename with Ubuntu distribution codename, and append the following to the end of the /etc/apt/sources.list file:
For Debian/Ubuntu then run the following commands:
For SLES run the following command: