curl.conf 278 B

123456789101112
  1. curl {
  2. # Whether to load the plugin. Can also be an integer to increase the
  3. # priority of this plugin.
  4. load = yes
  5. # Maximum number of redirects followed by the plugin, set to 0 to disable
  6. # following redirects, set to -1 for no limit.
  7. # redir = -1
  8. }