Skip to content

Commit

Permalink
add info about http basic auth configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Sep 10, 2010
1 parent 111de4d commit 5c7aa62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/examples/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
# cfg.crawler.http_proxy_user = nil
# proxy password
# cfg.crawler.http_proxy_pass = nil
#
# to use basic auth without a proxy, use this syntax:
# cfg.crawler.open_uri_http_options = { :http_basic_authentication => [user, password] }

# indexer options

Expand Down

0 comments on commit 5c7aa62

Please sign in to comment.