Browse Source

解决方案页面

ccf 4 years ago
parent
commit
bd4b329242
1 changed files with 6 additions and 1 deletions
  1. 6 1
      config/nginx/template/proginn.nginx.conf

+ 6 - 1
config/nginx/template/proginn.nginx.conf

@@ -199,12 +199,17 @@ server {
     }
 
 
-    location ~ ^/company$ {
+    location ~ ^/type/service$ {
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host $host;
         proxy_set_header X-Request-Id $temp_request_id;
     }
 
+     location ~ ^/company$ {
+        proxy_pass http://127.0.0.1:3000;
+        proxy_set_header Host $host;
+        proxy_set_header X-Request-Id $temp_request_id;
+    }
 
     location ^~ /l/ {
         proxy_pass http://127.0.0.1:3000;