之前寫過Ubuntu如何安裝nginx:https://blog.51cto.com/11140372/2335820
這里看如何將站點改成http2(http2的好處不言而喻,自行百度):
成都創(chuàng)新互聯(lián)專業(yè)為企業(yè)提供北川羌族網(wǎng)站建設(shè)、北川羌族做網(wǎng)站、北川羌族網(wǎng)站設(shè)計、北川羌族網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計與制作、北川羌族企業(yè)網(wǎng)站模板建站服務,10余年北川羌族做網(wǎng)站經(jīng)驗,不只是建網(wǎng)站,更提供有價值的思路和整體網(wǎng)絡服務。
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生成?;蛘呦螺d我的:http://down.51cto.com/data/2457495
當前名稱:讓我們的站點支持http2|nginx支持http2
標題URL:http://jinyejixie.com/article26/jjhscg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、服務器托管、建站公司、靜態(tài)網(wǎng)站、外貿(mào)建站、網(wǎng)站營銷
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)