nginx对接云际平台

This commit is contained in:
chenzhihang 2026-06-23 09:21:23 +08:00
parent 565226a5b3
commit b2bb9dcbef
1 changed files with 14 additions and 0 deletions

View File

@ -98,6 +98,20 @@ http {
add_header X-Frame-Options ALLOWALL;
}
location /yjApiJsm/ {
# rewrite ^/label-studio/(.*)$ /$1 break;
proxy_pass https://jcc.jointcloud.net/jsm/;
proxy_hide_header X-Frame-Options;
add_header X-Frame-Options ALLOWALL;
}
location /yjApiPcm/ {
# rewrite ^/label-studio/(.*)$ /$1 break;
proxy_pass https://jcc.jointcloud.net/pcm/;
proxy_hide_header X-Frame-Options;
add_header X-Frame-Options ALLOWALL;
}
location /minio/ {
# rewrite ^/label-studio/(.*)$ /$1 break;
proxy_pass http://juicefs-s3-gateway.juicefs.svc:9000/;