fix spelling mistake in proxy.rst

Change-Id: I83930bbb48cc15a5d0690f627c178706676b4db0
This commit is contained in:
wangqi 2018-02-28 08:16:31 +00:00
parent 3d842e184b
commit 6bc4c2f9b7

View File

@ -14,10 +14,10 @@ an rc file or through modifying ``/etc/environment``.
.. code-block:: shell .. code-block:: shell
export http_proxy="http://username:passwrd@host:port" export http_proxy="http://username:password@host:port"
export HTTP_PROXY="http://username:passwrd@host:port" export HTTP_PROXY="http://username:password@host:port"
export https_proxy="https://username:passwrd@host:port" export https_proxy="https://username:password@host:port"
export HTTPS_PROXY="https://username:passwrd@host:port" export HTTPS_PROXY="https://username:password@host:port"
export no_proxy="127.0.0.1,localhost,.svc.cluster.local" export no_proxy="127.0.0.1,localhost,.svc.cluster.local"
export NO_PROXY="127.0.0.1,localhost,.svc.cluster.local" export NO_PROXY="127.0.0.1,localhost,.svc.cluster.local"