diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2012-02-16 19:05:42 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-02-16 19:05:42 -0200 |
commit | b4b24f1dcaa4249d52faf1cb7ba4f1d192779477 (patch) | |
tree | 19b36343d40f482c1ba6c73fbc164258976087f5 /config/varnish64 | |
parent | 32ab8983cfdb912f6e45f06dceef155a4e68ebf2 (diff) | |
download | pfsense-packages-b4b24f1dcaa4249d52faf1cb7ba4f1d192779477.tar.gz pfsense-packages-b4b24f1dcaa4249d52faf1cb7ba4f1d192779477.tar.bz2 pfsense-packages-b4b24f1dcaa4249d52faf1cb7ba4f1d192779477.zip |
varnish - fix widget instalation path
Diffstat (limited to 'config/varnish64')
-rw-r--r-- | config/varnish64/varnish_backends.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/varnish64/varnish_backends.xml b/config/varnish64/varnish_backends.xml index d9597dd3..d6aaa261 100644 --- a/config/varnish64/varnish_backends.xml +++ b/config/varnish64/varnish_backends.xml @@ -61,7 +61,7 @@ <item>http://www.pfsense.com/packages/config/varnish64/varnish_custom_vcl.xml</item> </additional_files_needed> <additional_files_needed> - <prefix>/usr/local/www/widgets/widgets</prefix> + <prefix>/usr/local/www/widgets/widgets/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/varnish64/varnish.widget.php</item> </additional_files_needed> @@ -283,4 +283,4 @@ <custom_php_validation_command> varnish_backends_post_validate($_POST, &$input_errors); </custom_php_validation_command> -</packagegui>
\ No newline at end of file +</packagegui> |