1
0
mirror of https://github.com/minio/docs.git synced 2025-07-02 05:02:40 +03:00
Files
docs/source/reference/minio-mc/mc-support-proxy.rst
Fredrik Carlbom 9f95069315 DOCS-855 - Fix spelling of 'Configured' (#856)
Co-authored-by: Fredrik Carlbom <fredrik.carlbom@sectra.com>
2023-05-17 10:43:22 -04:00

93 lines
1.8 KiB
ReStructuredText

====================
``mc support proxy``
====================
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 1
.. mc:: mc support proxy
Description
-----------
.. start-mc-support-proxy-desc
Use the :mc-cmd:`mc support proxy` command to configure a proxy to use to communicate with |SUBNET|.
.. end-mc-support-proxy-desc
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``.
.. code-block:: shell
:class: copyable
mc support proxy set minio1 http://my.proxy
Remove the Proxy URL Configured for a Deployment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following command removes the URL configured as the proxy for the alias ``minio1``.
.. code-block:: shell
:class: copyable
mc support proxy remove minio1
Disable ``callhome`` Logs
~~~~~~~~~~~~~~~~~~~~~~~~~
The following command shows the URL configured as the proxy for the alias ``minio1``.
.. code-block:: shell
:class: copyable
mc support proxy show minio1
Syntax
------
.. mc-cmd:: set
:fullpath:
Create a proxy URL for the MinIO deployment to use when communicating with |SUBNET|.
.. code-block:: shell
mc support proxy set ALIAS PROXY_URL
.. mc-cmd:: show
:fullpath:
Display the current proxy URL configured for communicating with |SUBNET|.
.. code-block:: shell
mc support proxy show ALIAS
.. mc-cmd:: remove
:fullpath:
Remove the proxy URL configured for communicating with |SUBNET|.
.. code-block:: shell
mc support proxy remove ALIAS
Global Flags
~~~~~~~~~~~~
.. include:: /includes/common-minio-mc.rst
:start-after: start-minio-mc-globals
:end-before: end-minio-mc-globals