From c35ed6ff11c009ef4d22ac26113f8fb3f41f19f3 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 11 Oct 2007 13:19:11 -0700
Subject: [PATCH] docs/webapi.txt: mention that we default to a --webport of
 8123

---
 docs/webapi.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/webapi.txt b/docs/webapi.txt
index 7f68b31a..4bec8e45 100644
--- a/docs/webapi.txt
+++ b/docs/webapi.txt
@@ -19,6 +19,10 @@ on the local host can connect. Using
 "ssl:8123:privateKey=mykey.pem:certKey=cert.pem" would run an SSL server. See
 twisted.application.strports for more details.
 
+This webport can be set when the node is created by passing a --webport
+option to the 'tahoe create-client' command. By default, the node listens on
+port 8123, on the loopback (127.0.0.1) interface.
+
 b. file names
 
 The node provides some small number of "virtual drives". In the 0.5
-- 
2.45.2