Enable Websockets for MinIO (#832)
Adding another remark on enabling websockets, when installing MinIO. Otherwise the MinIO console will not allow to browse files and will show a loading spinner and the browser console will show that websocket requests do not work.
This commit is contained in:
parent
d916b9ea94
commit
7798906705
|
|
@ -46,7 +46,7 @@ caproverOneClickApp:
|
|||
It is API compatible with Amazon S3 cloud storage service.
|
||||
end: >-
|
||||
Minio is deployed and available as $$cap_appname.
|
||||
**Important**: Make sure to enable HTTPS for both $$cap_appname and $$cap_appname-s3
|
||||
**Important**: Make sure to enable HTTPS and WEBSOCKETS for both $$cap_appname and $$cap_appname-s3
|
||||
You can access the dashboard at https://$$cap_appname.$$cap_root_domain
|
||||
And, you can access the S3 API Endpoint at https://$$cap_appname-s3.$$cap_root_domain
|
||||
displayName: 'MinIO'
|
||||
|
|
|
|||
Loading…
Reference in New Issue