diff options
Diffstat (limited to 'conf/plugins/curl.conf')
-rw-r--r-- | conf/plugins/curl.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/plugins/curl.conf b/conf/plugins/curl.conf new file mode 100644 index 000000000..9ba042097 --- /dev/null +++ b/conf/plugins/curl.conf @@ -0,0 +1,12 @@ +curl { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Maximum number of redirects followed by the plugin, set to 0 to disable + # following redirects, set to -1 for no limit. + # redir = -1 + +} + |