summaryrefslogtreecommitdiff
path: root/conf/plugins/curl.conf
blob: 9ba0420979136bc587ecdde3d4c804cef03060c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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

}