Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/books/web_services/053-load-balancer-proxies-squid.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Two firewalls protect the client workstation but never communicate directly with

![Proxy-based architecture](img/squid-architecture-proxy.png)

!!! Note
!!! Note

This architecture requires browser configuration on the client workstation.

Expand All @@ -51,7 +51,7 @@ The configuration occurs at the gateway level, where it receives client requests

![Captive proxy-based architecture](img/squid-architecture-proxy-captif.png)

!!! Note
!!! Note

This architecture requires a specific configuration on the router.

Expand Down Expand Up @@ -498,7 +498,7 @@ You can see the trace on your second terminal:

The content is not cached here as you request an `https` connection to the remote server.

#### Task 3: Configure DNS to use your proxy server
#### Task 3: Configure DNF to use your proxy server

Edit the `/etc/dnf/dnf.conf` file to use the proxy squid:

Expand Down