animeic-cd 1 yıl önce
ebeveyn
işleme
57affeb4b7
2 değiştirilmiş dosya ile 9 ekleme ve 5 silme
  1. 4 4
      nginx/conf.d/default.conf
  2. 5 1
      readme.md

+ 4 - 4
nginx/conf.d/default.conf

@@ -4,9 +4,9 @@ server {
     server_name  localhost;
 
     error_page   500 502 503 504  /50x.html;
-    location = /50x.html {
-        root   /usr/share/nginx/html;
-    } 
+   #  location = /50x.html {
+   #      root   /usr/share/nginx/html;
+   #  } 
 
    # 用户
    location /user/ {
@@ -14,7 +14,7 @@ server {
    }
    
    # crsvc
-   location / {
+   location /cr/ {
       proxy_pass  http://cr-svc:6123/crsvc/;
    }
 

+ 5 - 1
readme.md

@@ -2,8 +2,12 @@
 
 ## api路径
 
-`https://localhost:8085/cr-svc/`
+`https://localhost:8085/cr`
 
+/pkg
+/upload/pkg
+/versions
+/version/latest
 ## 包含服务
 
 cr-nginx