mirror of
https://github.com/minio/docs.git
synced 2025-12-08 22:08:46 +03:00
- Adds landing pages for all two-word `mc` commands - Nests three+ word commands under appropriate two-word commands - Updates MinIO Client doc - Uses description from each command to populate list of subcommand descriptions - Modifies toctree for MinIO Client doc and each command/subcommand to improve left nav experienc Closes #710
1.8 KiB
1.8 KiB
mc support proxy
minio
Table of Contents
mc support proxy
Description
Use the mc support proxy command to configure a proxy to
use to communicate with |SUBNET|.
Examples
Set a Proxy URL
Define the proxy URL to use when the deployment minio1
communicates to SUBNET. The proxy URL in the example is
http://my.proxy.
mc support proxy set minio1 http://my.proxy
Remove the Proxy URL Congifugred for a Deployment
The following command removes the URL configured as the proxy for the
alias minio1.
mc support proxy remove minio1
Disable callhome Logs
The following command shows the URL configured as the proxy for the
alias minio1.
mc support proxy show minio1
Syntax
set
Create a proxy URL for the MinIO deployment to use when communicating with |SUBNET|.
mc support proxy set ALIAS PROXY_URL
show
Display the current proxy URL configured for communicating with |SUBNET|.
mc support proxy show ALIAS
remove
Remove the proxy URL configured for communicating with |SUBNET|.
mc support proxy remove ALIAS