从域访问 minio 服务器时无法获取存储桶项目 [Websocket 错误]

问题描述 投票:0回答:0

当我直接从ip 159.XX.XXX.XX:9000访问minio的服务器时 然后它能够获取存储桶的项目,但在从域 inventory.vmplay.ml.conf 访问时无法获取 apache 配置的两个文件是:- ` GNU nano 6.2 inventory.vmplay.ml.conf

服务器名称 inventory.vmplay.ml

ProxyPass / http://159.223.90.95:9001/
RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule ^/?(.*) "ws://159.223.90.95:9001/$1" [P,L]

and 
服务器名称 inventory-api.vmplay.ml

ProxyPass / http://159.223.90.95:9000/
ProxyPassReverse / http://159.223.90.95:9000/

`

websocket apache2 bucket minio
© www.soinside.com 2019 - 2024. All rights reserved.