This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
优化部署
dev-active_learn
chenzhihang
10 months ago
parent
4cbee7b8f1
commit
f13c7ad44b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save