mirror of
https://github.com/YunoHost-Apps/squid3_ynh.git
synced 2024-09-03 20:26:11 +02:00
Update squid.conf
This commit is contained in:
parent
08fa017bdf
commit
6a7c5c7649
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ http_access deny all
|
||||||
##cache DNS en local
|
##cache DNS en local
|
||||||
dns_nameservers 127.0.0.1
|
dns_nameservers 127.0.0.1
|
||||||
##Port d'écoute du Proxy
|
##Port d'écoute du Proxy
|
||||||
http_port __SQUID_PORT__
|
http_port __PORT__
|
||||||
forwarded_for off ### mode transparant, la vrai IP est cachée
|
forwarded_for off ### mode transparant, la vrai IP est cachée
|
||||||
cache_dir aufs /var/spool/__SQUID__ 10000 16 256
|
cache_dir aufs /var/spool/__SQUID__ 10000 16 256
|
||||||
hierarchy_stoplist cgi-bin ?
|
hierarchy_stoplist cgi-bin ?
|
||||||
|
|
Loading…
Add table
Reference in a new issue