在阿里云或腾讯云配置微信小程序
默認域名解析、微信小程序上傳并通過的情況下,只在阿里云或騰訊云部署配置微信小程序
1. 安裝寶塔工具,并且安裝mysql? 8.0 和 nginx
2. 在寶塔工具里,點擊網(wǎng)站,新建一個網(wǎng)站
? ?2.1 域名 :??www.situgoke.cn? ?situgoke.cn? ?
? ?2.2? 網(wǎng)站目錄:?C:/wwwroot/situgoke.cn/resource/dist? ? dist 是npm run? build 編譯后的文件夾
?2.3. 配置文件
server?
{
? ? listen 80;
?? ?listen 443 ssl;
? ? server_name situgoke.cn www.situgoke.cn;
?? ?index index.html index.htm default.php default.htm default.html;
? ? root C:/wwwroot/situgoke.cn/resource/dist/resource;
?? ??? ?
?? ?#START-ERROR-PAGE
?? ?#error_page 403 /403.html;
?? ?error_page 404 /404.html;
? ? #error_page 502 /502.html;
?? ?#END-ERROR-PAGE
? ??
? ? #HTTP_TO_HTTPS_START
? ? #HTTP_TO_HTTPS_END
? ? #LIMIT_INFO_START
? ? #LIMIT_INFO_END
? ? #SSL-INFO-START
? ? ssl_certificate ? ?ssl/situgoke.cn/fullchain.pem;
? ? ssl_certificate_key ? ?ssl/situgoke.cn/privkey.pem;
? ? ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
? ? ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;
? ? ssl_prefer_server_ciphers on;
? ? ssl_session_cache shared:SSL:10m;
? ? ssl_session_timeout 10m;
? ? error_page 497 ?https://$host$request_uri;?
? ? #SSL-INFO-END
? ? ? ? ? ??
? ? ? ? ? ??
? ? ? ??
? ? #反代清理緩存配置
? ? location ~ /purge(/.*) {
? ? ? ? proxy_cache_purge cache_one $1$is_args$args;
? ? }
? ? #proxy 反向代理
? ? location / {
? ? proxy_pass http://127.0.0.1:8888;
? }
? ? #PHP-INFO-START?
? ? include php/00.conf;
? ? #PHP-INFO-END
? ??
? ? #REWRITE-START
? ? include rewrite/situgoke.cn/*.conf;
? ? #REWRITE-END
? ? #redirect 重定向
? ? include redirect/situgoke.cn/*.conf;
? ? #禁止訪問的文件或目錄
? ? location ~ ^/(\.user.ini|\.htaccess|\.git|\.svn|\.project|LICENSE|README.md)
? ? {
? ? ? ? return 404;
? ? }
? ??
? ? #一鍵申請SSL證書驗證目錄相關(guān)設(shè)置
? ? location ~ \.well-known{
? ? ? ? allow all;
? ? }
?? ?access_log ?C:/BtSoft/wwwlogs/situgoke.cn.log;
? ? error_log ?C:/BtSoft/wwwlogs/situgoke.cn.error.log;
}
2.4? SSL
花錢在阿里云上買的SSL證書
在其他證書里, 將 key的文件內(nèi)容粘貼到?密鑰(KEY)? ?, 將pem文件內(nèi)容 粘貼到?證書(PEM格式)
?
3. 在云服務(wù)器上,配置安全組規(guī)則,開放端口
?https? 要開放443端口?
MySQL? 3306
windows登錄 3389?
http 80
另外是后臺的特殊端口? 8888
?
4. 運行后臺,由后臺提供 API 服務(wù)
?
?
?
總結(jié)
以上是生活随笔為你收集整理的在阿里云或腾讯云配置微信小程序的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 一文透析腾讯游戏安全反外挂能力
- 下一篇: 屏幕显示密度dpi_屏幕dpi是什么意思