Skip to content

Commit

Permalink
Incorporate suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennonka committed Jan 17, 2025
1 parent 9c211b9 commit 01a597d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions guides/common/modules/proc_adding-a-default-http-proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $ hammer http-proxy create \
--name=_My_HTTP_Proxy_ \
--username=_My_HTTP_Proxy_User_Name_ \
--password=_My_HTTP_Proxy_Password_ \
--url http://_http-proxy.example.com_:8080
--content_default_http_proxy
--url http://_http-proxy.example.com_:8080 \
--content-default-http-proxy true
----
endif::[]
ifndef::katello,orcharhino,satellite[]
Expand Down
4 changes: 2 additions & 2 deletions guides/common/modules/proc_adding-an-http-proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ To use the CLI instead of the {ProjectWebUI}, see the xref:cli-adding-an-http-pr
$ hammer http-proxy create \
--name _My_HTTP_Proxy_ \
--url _http-proxy.example.com:8080_
--content_default_http_proxy <1>
----
<1> Optional: Set the HTTP proxy as default for content synchronization.
+
Optional: To set the HTTP proxy as default for content synchronization, add the `--content-default-http-proxy true` option.
+
If your HTTP proxy requires authentication, add the `--username _My_User_Name_` and `--password _My_Password_` options.

Expand Down

0 comments on commit 01a597d

Please sign in to comment.