Browse Source

修改了nginx部署问题的文档

seamew 1 năm trước cách đây
mục cha
commit
85229bc068
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      前端/前端部署问题/nginx部署的问题.md

+ 6 - 2
前端/前端部署问题/nginx部署的问题.md

@@ -13,7 +13,7 @@ rpm -ivh *.rpm  --force --nodeps
 # 2.安装nginx
 tar -zxvf nginx
 cd nginx
-./configure
+./configure --with-http_ssl_module
 make -j4 && make install
 ```
 
@@ -164,4 +164,8 @@ location ^~ /dist/mkcloud/ {
 	proxy_set_header  X-Forwarded-For  $proxy_add_x_forwarded_for;
 	proxy_set_header X-NginX-Proxy true;
 }
-```
+```
+
+# 5、nginx部署SSL,配置HTTPS访问
+
+[服务器生成ssl证书](https://blog.csdn.net/m0_37518406/article/details/79380534)