|
|
@ -73,17 +73,17 @@ var exports = { |
|
|
|
}, |
|
|
|
}, |
|
|
|
proxy: { |
|
|
|
proxy: { |
|
|
|
'/minio/webrpc': { |
|
|
|
'/minio/webrpc': { |
|
|
|
target: 'http://localhost:9000', |
|
|
|
target: 'http://localhost:9000', |
|
|
|
secure: false, |
|
|
|
secure: false, |
|
|
|
headers: {'Host': "localhost:9000"} |
|
|
|
headers: {'Host': "localhost:9000"} |
|
|
|
}, |
|
|
|
}, |
|
|
|
'/minio/upload/*': { |
|
|
|
'/minio/upload/*': { |
|
|
|
target: 'http://localhost:9000', |
|
|
|
target: 'http://localhost:9000', |
|
|
|
secure: false |
|
|
|
secure: false |
|
|
|
}, |
|
|
|
}, |
|
|
|
'/minio/download/*': { |
|
|
|
'/minio/download/*': { |
|
|
|
target: 'http://localhost:9000', |
|
|
|
target: 'http://localhost:9000', |
|
|
|
secure: false |
|
|
|
secure: false |
|
|
|
}, |
|
|
|
}, |
|
|
|
'/minio/zip': { |
|
|
|
'/minio/zip': { |
|
|
|
target: 'http://localhost:9000', |
|
|
|
target: 'http://localhost:9000', |
|
|
|