오징어 리버스 프록시 구성 allow all http_access allow localhost http_access

Squid에서 리버스 프록시를 구성하고 싶습니다. squid.config를 편집했지만 작동하지 않습니다

#  TAG: http_access
http_access allow all
http_access allow localhost

http_access deny all


#  TAG: http_port
http_port 3128 defaultsite=220.69.***.*1 //my proxy server


#  TAG: cache_peer
chache_peer 220.69.***.*9 parent 80 0 no-query originserver

나는 이와 같이 크롬 입력 URL로 테스트했다.

 http://220.69.***.*1:3128

하지만 ERR_CONNECTION_REFUSED를 볼 수 있습니다. 문제가 무엇입니까?



답변