之前寫過Ubuntu如何安裝nginx:https://blog.51cto.com/11140372/2335820
這里看如何將站點(diǎn)改成http2(http2的好處不言而喻,自行百度):
wget https://github.com/openssl/openssl/archive/OpenSSL_1_1_1a.tar.gz
tar zxvf OpenSSL_1_1_1a.tar.gz
cd nginx-1.15.8/
#通過--with-http_v2_module 打包http2 --with-openssl指定openssl目錄
./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_realip_module --with-http_v2_module --with-openssl=../openssl-OpenSSL_1_1_1a
make -j2
sudo make install
#最后在nginx conf server下配置
listen 443 ssl http2;
server_name localhost;
ssl_certificate_key /home/anfang/Downloads/cert/key.pem;
ssl_certificate /home/anfang/Downloads/cert/cert.pem;
這是我配置laravel的nginx配置文件,現(xiàn)在改成了http2的:
看我之前l(fā)aravel的配置過程:https://blog.51cto.com/11140372/2335680
到這里重啟nginx,然后訪問頁面:https://yourip 即可。我的Chrome瀏覽器的版本支持http2。
如何判斷網(wǎng)站是否使用了HTTP/2:https://blog.csdn.net/Edu_enth/article/details/85318840
其中的key.pem和cert.pem自己可以通過openssl生成。或者下載我的:http://down.51cto.com/data/2457495
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。