hatim 6 年 前
コミット
95716a195c

+ 9 - 3
部署环境/Jenkins_shell.md → 部署环境/Jenkins部署.md

@@ -1,4 +1,12 @@
-# Jenkins发布脚本
+# 部署步骤
+
+
+
+
+
+
+
+# 配置文件
 
 ### java后端
 
@@ -52,5 +60,3 @@ mv $DIR $DIR$DATE
 fi
 mv dist $DIR
 ```
-
-

+ 0 - 0
部署环境/Ubuntu环境配置.md


+ 0 - 0
部署环境/jdk部署.md


+ 0 - 0
部署环境/maven私服部署.md


+ 0 - 0
部署环境/maven部署.md


+ 0 - 0
部署环境/mongo部署.md


+ 0 - 0
部署环境/mysql部署.md


+ 20 - 10
部署环境/nginx配置.md → 部署环境/nginx部署.md

@@ -1,4 +1,16 @@
-# nginx各种配置
+# 部署步骤
+
+
+
+
+
+
+
+
+
+
+
+# 配置文件
 
 ### nginx.conf
 
@@ -73,15 +85,15 @@ http {
 server {
     listen 8171;
     server_name 127.0.0.1;
- 
+
     root   html;
     index  index.html index.htm index.php;
- 
+
 
     location / {
         root /root/web/wisdom-saas/public/;
-	index index.html;
-	try_files $uri $uri/ /index.html;
+    index index.html;
+    try_files $uri $uri/ /index.html;
 
         #Proxy Settings
         proxy_redirect     off;
@@ -107,14 +119,14 @@ server {
 server {
     listen 80;
     server_name  wechat2.huifuwu.cn;
- 
+
     root   html;
     index  index.html index.htm index.php;
- 
+
 
     location / {
         proxy_pass  http://139.159.210.228:8161/platform/;
- 
+
         #Proxy Settings
         proxy_redirect     off;
         proxy_set_header   Host             $host;
@@ -132,5 +144,3 @@ server {
    }
 }
 ```
-
-

+ 0 - 0
部署环境/redis部署.md


+ 0 - 0
部署环境/yapi部署.md