Browse Source

Merge branch 'dev' of https://gitlink.org.cn/ci4s/ci4sManagement-cloud into dev

dev-active_learn
somunslotus 10 months ago
parent
commit
be712e927f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/dockerfiles/conf/nginx.conf

+ 1
- 1
k8s/dockerfiles/conf/nginx.conf View File

@@ -29,7 +29,7 @@ http {
location /label-studio/ {
# rewrite ^/label-studio/(.*)$ /$1 break;
proxy_pass http://label-studio.argo.svc:9000/projects/;
proxy_pass http://label-studio-sertvice.argo.svc:9000/projects/;
proxy_hide_header X-Frame-Options;
add_header X-Frame-Options ALLOWALL;
}


Loading…
Cancel
Save