nginx对接云际平台
This commit is contained in:
parent
565226a5b3
commit
b2bb9dcbef
|
|
@ -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/;
|
||||
|
|
|
|||
Loading…
Reference in New Issue