Configure as a Reverse Proxy2011/11/14 |
Configure Squid as a reverse proxy server.
|
|
[1] | Configure Squid |
[root@lan ~]#
vi /etc/squid/squid.conf # near line 55: add (allow all http access) http_access allow all
# line 60: change http_port 8080 vhost vport=80
# add at the last line cache_peer 10.0.0.31 parent 80 0 no-query originserver
systemctl restart squid.service |
[2] | Change Settings of DNS or router if needed, and access to verify settings. |
Sponsored Link |