"Кто нибудь может обьяснить что означает ТЭГ always_direct" |
Сообщение от mogican  on
25-Сен-03, 08:59 (MSK)
|
Кто нибудь может обьяснить что означает ТЭГ always_direct??????
Означает ли это к какомуто сайту если я его опишу таким способом запросы будут ходить напрямую и не кешироваться ???
# TAG: always_direct
# Usage: always_direct allow|deny [!]aclname ...
#
# Here you can use ACL elements to specify requests which should
# ALWAYS be forwarded directly to origin servers. For example,
# to always directly forward requests for local servers use
# something like:
#
# acl local-servers dstdomain my.domain.net
# always_direct allow local-servers
#
# To always forward FTP requests directly, use
#
# acl FTP proto FTP
# always_direct allow FTP
#
# NOTE: There is a similar, but opposite option named
# 'never_direct'. You need to be aware that "always_direct deny
# foo" is NOT the same thing as "never_direct allow foo". You
# may need to use a deny rule to exclude a more-specific case of
# some other rule. Example:
#
# acl local-external dstdomain external.foo.net
# acl local-servers dstdomain .foo.net
# always_direct deny local-external
# always_direct allow local-servers
#
# This option replaces some v1.1 options such as local_domain
# and local_ip.
#
#Default:
# none
|
|
Рекомендовать в FAQ |
Cообщить модератору | Наверх |