<em>Mac</em>Book项目 2009年学校开始实施<em>Mac</em>Book项目,所有师生配备一本<em>Mac</em>Book,并同步更新了校园无线网络。学校每周进行电脑技术更新,每月发送技术支持资料,极大改变了教学及学习方式。因此2011
2021-06-01 09:32:01
本篇主要記錄vue專案,通過nginx實現https部署的免費方案。主要參考步驟和關鍵點如下所示。
# 進入nginx目錄 [root@hecs-402944 nginx]# cd /etc/nginx/ [root@hecs-402944 nginx]# ls conf.d fastcgi.conf fastcgi_params koi-utf mime.types nginx.conf scgi_params uwsgi_params win-utf default.d fastcgi.conf.default fastcgi_params.default koi-win mime.types.default nginx.conf.default scgi_params.default uwsgi_params.default
# 建立ssl目錄 [root@hecs-402944 nginx]# mkdir ssl [root@hecs-402944 nginx]# cd ssl
[root@hecs-402944 ssl]# openssl genrsa -aes256 -out server.key 2048 Generating RSA private key, 2048 bit long modulus ...........................................................+++ ................................................................................................+++ e is 65537 (0x10001) Enter pass phrase for server.key: Verifying - Enter pass phrase for server.key:
# 生成無密碼的server.key [root@hecs-402944 ssl]# openssl rsa -in server.key -out server.key Enter pass phrase for server.key: writing RSA key [root@hecs-402944 ssl]# ls server.key
此處需要填寫具體內容,國家、省份、城市、公司、行業、網站、郵箱等,後面的兩次密碼直接回車就好。
[root@hecs-402944 ssl]# openssl req -new -key server.key -out server.csr You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- ## 國家 Country Name (2 letter code) [XX]:CN ## 省份 State or Province Name (full name) []:heilongjiang ## 城市 Locality Name (eg, city) [Default City]:haerbin ## 公司 Organization Name (eg, company) [Default Company Ltd]:xxxxxxx ## 行業 Organizational Unit Name (eg, section) []:IT ## 網站 Common Name (eg, your name or your server's hostname) []:www.xxxxxxx.com ## 郵箱 Email Address []:xxxxxx@xxxxxx.com.cn Please enter the following 'extra' attributes to be sent with your certificate request ## 兩次回車 A challenge password []: An optional company name []: [root@hecs-402944 ssl]# ll 總用量 8 -rw-r--r-- 1 root root 1082 5月 13 09:15 server.csr -rw-r--r-- 1 root root 1679 5月 13 09:11 server.key
# 生成crt證書檔案server.crt [root@hecs-402944 ssl]# openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 3650 Signature ok subject=/C=CN/ST=heilongjiang/L=haerbin/O=dongfangtongwangxin/OU=IT/CN=www.tongtech.com/emailAddress=weirx@mvtech.com.cn Getting Private key
前端專案使用nginx部署,所以我們採用nginx爆率443埠,開啟ssl。
server { listen 443 ssl http2 default_server; listen [::]:443 ssl http2 default_server; ssl on; ssl_certificate "/etc/nginx/ssl/server.crt"; ssl_certificate_key "/etc/nginx/ssl/server.key"; ssl_session_cache shared:SSL:1m; ssl_session_timeout 10m; ssl_ciphers HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; server_name _; include /etc/nginx/default.d/*.conf; root /opt/vue/dist; gzip_static on; location / { proxy_pass http://localhost:13000; } # 支援websocket的設定項 location /websocket { proxy_pass http://localhost:13000; # WebScoket Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
專案使用qiankun框架,分為主工程和子工程,所以我們需要修改在主工程當中的子工程設定,主要是存取的ip地址。
修改.env檔案,在使用http時是需要設定ip+埠的,修改為https直接使用ip即可。
#開發環境env設定 NODE_ENV=production VUE_APP_SYSTEM_URL=//172.16.3.30/system VUE_APP_COMPONENTS_URL=//172.16.3.30/components VUE_APP_API_BASIC_URL=//172.16.3.30/basic VUE_APP_SOCKETURL = 'wss://172.16.3.29'
如上所示,需要將websocket的請求地址由ws修改為wss,否則會報錯。
到此這篇關於nginx通過https部署vue專案的文章就介紹到這了,更多相關nginx通過https部署vue內容請搜尋it145.com以前的文章或繼續瀏覽下面的相關文章希望大家以後多多支援it145.com!
相關文章
<em>Mac</em>Book项目 2009年学校开始实施<em>Mac</em>Book项目,所有师生配备一本<em>Mac</em>Book,并同步更新了校园无线网络。学校每周进行电脑技术更新,每月发送技术支持资料,极大改变了教学及学习方式。因此2011
2021-06-01 09:32:01
综合看Anker超能充系列的性价比很高,并且与不仅和iPhone12/苹果<em>Mac</em>Book很配,而且适合多设备充电需求的日常使用或差旅场景,不管是安卓还是Switch同样也能用得上它,希望这次分享能给准备购入充电器的小伙伴们有所
2021-06-01 09:31:42
除了L4WUDU与吴亦凡已经多次共事,成为了明面上的厂牌成员,吴亦凡还曾带领20XXCLUB全队参加2020年的一场音乐节,这也是20XXCLUB首次全员合照,王嗣尧Turbo、陈彦希Regi、<em>Mac</em> Ova Seas、林渝植等人全部出场。然而让
2021-06-01 09:31:34
目前应用IPFS的机构:1 谷歌<em>浏览器</em>支持IPFS分布式协议 2 万维网 (历史档案博物馆)数据库 3 火狐<em>浏览器</em>支持 IPFS分布式协议 4 EOS 等数字货币数据存储 5 美国国会图书馆,历史资料永久保存在 IPFS 6 加
2021-06-01 09:31:24
开拓者的车机是兼容苹果和<em>安卓</em>,虽然我不怎么用,但确实兼顾了我家人的很多需求:副驾的门板还配有解锁开关,有的时候老婆开车,下车的时候偶尔会忘记解锁,我在副驾驶可以自己开门:第二排设计很好,不仅配置了一个很大的
2021-06-01 09:30:48
不仅是<em>安卓</em>手机,苹果手机的降价力度也是前所未有了,iPhone12也“跳水价”了,发布价是6799元,如今已经跌至5308元,降价幅度超过1400元,最新定价确认了。iPhone12是苹果首款5G手机,同时也是全球首款5nm芯片的智能机,它
2021-06-01 09:30:45