From: robk-org Date: Thu, 12 Jul 2007 23:45:51 +0000 (-0700) Subject: fix a typo in webapi.txt X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=908cc0e481e366019a85de76200cda11c204aacb;p=tahoe-lafs%2Ftahoe-lafs.git fix a typo in webapi.txt --- diff --git a/docs/webapi.txt b/docs/webapi.txt index e59380cd..1cce3f44 100644 --- a/docs/webapi.txt +++ b/docs/webapi.txt @@ -1,7 +1,7 @@ Writing "8011" into CLIENTDIR/webport causes the client to run a webserver on port 8011. Writing "tcp:8011:interface=127.0.0.1" into CLIENTDIR/webport does -the same but binds to the loopback interface, insuring that only the programs +the same but binds to the loopback interface, ensuring that only the programs on the local host can connect. Using "ssl:8011:privateKey=mykey.pem:certKey=cert.pem" would run an SSL server. See twisted.application.strports for more details.