云中漫步 发表于 2018-12-27 07:42:01

Squid配置详解

http_port 192.168.0.1:3128  
cache_mgr start@soocol.com
  
cache_dir null /tmp
  
cache_access_log /var/squid/access.log
  
cache_log /var/squid/cache.log
  
cache_store_log /var/squid/store.log
  
visible_hostname No1.proxy
  
client_mask 255.255.255.255
  
httpd_accel_host virtual
  
httpd_accel_port 80
  
httpd_accel_with_proxy on
  
httpd_accel_user_host_header on


页: [1]
查看完整版本: Squid配置详解