Browse Source

优化部署

dev-active_learn
chenzhihang 10 months ago
parent
commit
f13c7ad44b
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-service.argo.svc:9000/projects/;
proxy_pass http://label-studio.argo.svc:9000/projects/;
proxy_hide_header X-Frame-Options;
add_header X-Frame-Options ALLOWALL;
}


Loading…
Cancel
Save