Browse Source

fix client

sun-pc-linux 3 months ago
parent
commit
4f90b5ca20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pack-cmf/nginx/conf.d/default.conf

+ 1 - 1
pack-cmf/nginx/conf.d/default.conf

@@ -46,7 +46,7 @@ server {
        proxy_pass  http://cmf-srv:3001/cmf/;
     }
     location /cmfclient/ {
-       proxy_pass  http://cmf-srv:3001/cmf-client/;
+       proxy_pass  http://cmf-client:3001/cmf/;
     }