You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
447 B

9 years ago
# cURL configuration options
# http://curl.haxx.se/docs/manpage.html
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Limit the time (in seconds) the connection is allowed to take
connect-timeout = 60
# Follow HTTP redirects
location
# Display progress as a simple progress bar
progress-bar
# Show error messages
show-error
# Send a fake UA string for the HTTP servers that sniff it
user-agent = "Mozilla/5.0 Gecko"