diff options
author | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-30 15:23:05 +0200 |
---|---|---|
committer | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-30 15:23:05 +0200 |
commit | 20eed5536e0e961e9a6b157b60b950e1491dee58 (patch) | |
tree | 28f7b0de6788ce58c77a08e7582a5ae7dd45c456 /config/squid-reverse/squid_reverse.xml | |
parent | 8d2bcb1c7668ce8533f87289795646e47b90cb4b (diff) | |
download | pfsense-packages-20eed5536e0e961e9a6b157b60b950e1491dee58.tar.gz pfsense-packages-20eed5536e0e961e9a6b157b60b950e1491dee58.tar.bz2 pfsense-packages-20eed5536e0e961e9a6b157b60b950e1491dee58.zip |
multi-fqdn for vhost
Diffstat (limited to 'config/squid-reverse/squid_reverse.xml')
-rw-r--r-- | config/squid-reverse/squid_reverse.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid-reverse/squid_reverse.xml b/config/squid-reverse/squid_reverse.xml index 8958fa64..8f7686f1 100644 --- a/config/squid-reverse/squid_reverse.xml +++ b/config/squid-reverse/squid_reverse.xml @@ -220,7 +220,7 @@ <field> <fielddescr><b>URI definitions</b> <br>published URIs</fielddescr> <fieldname>revrse_uri</fieldname> - <description>Enter each reverse acl definition on a new line. Directives have to be separated by a semicolon(;).<br>syntax: [group the uri belongs to];[URI to publish] (a group can contain multiple URIs) <br>example: URI1;public <br><i>WRONG SYNTAX USAGE WILL RESULT IN SQUID NOT STARTING</i> + <description>Enter each reverse acl definition on a new line. Directives have to be separated by a semicolon(;).<br>syntax: [group the uri belongs to];[URI to publish](;[vhost fqdn]) <br>(a group can contain multiple URIs, without vhost fqdn the external fqdn is used, you also can specity http:// or https://) <br>example: URI1;public;server.pfsense.org. <br><i>WRONG SYNTAX USAGE WILL RESULT IN SQUID NOT STARTING</i> </description> <type>textarea</type> <cols>60</cols> |