diff options
-rw-r--r-- | config/varnish3/varnish_backends.xml | 4 | ||||
-rw-r--r-- | config/varnish64/varnish_backends.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/varnish3/varnish_backends.xml b/config/varnish3/varnish_backends.xml index 7bda4e4d..e35ef07b 100644 --- a/config/varnish3/varnish_backends.xml +++ b/config/varnish3/varnish_backends.xml @@ -61,7 +61,7 @@ <item>http://www.pfsense.com/packages/config/varnish3/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/varnish3/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> 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> |