projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ecb1d7
)
Use different port in example
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 May 2013 11:12:59 +0000
(13:12 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 May 2013 11:12:59 +0000
(13:12 +0200)
doc/http_client.xml
patch
|
blob
|
history
diff --git
a/doc/http_client.xml
b/doc/http_client.xml
index
f6f4343
..
30fd3f8
100644
(file)
--- a/
doc/http_client.xml
+++ b/
doc/http_client.xml
@@
-50,7
+50,7
@@
A typical configuration looks like this:
<screen><![CDATA[
<filter type="http_client">
- <proxy>localhost:9999</proxy>
+ <proxy>localhost:3128</proxy>
</filter>
]]>
</screen>