Z2ZW2BbAT3fJyspxNZ01Z changeset

Changeset633263656334 (b)
ParentNone (a)
ab
0+$HTTP["host"] == "couchdb" {
0+    #server.document-root  = "/var/www/htdocs"
0+    proxy.server  = ( "/" =>
0+        ((
0+            "host" => "127.0.0.1",
0+            "port" => 5984
0+        ))
0+    )
0+}
...
1
2
3
4
5
6
7
8
9
10
11
12
--- Revision None
+++ Revision 633263656334
@@ -0,0 +1,9 @@
+$HTTP["host"] == "couchdb" {
+ #server.document-root = "/var/www/htdocs"
+ proxy.server = ( "/" =>
+ ((
+ "host" => "127.0.0.1",
+ "port" => 5984
+ ))
+ )
+}