projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f2df0
)
create_node.py: add 'web.static = public_html' to the initial tahoe.cfg
author
Brian Warner
<warner@allmydata.com>
Thu, 30 Oct 2008 00:13:36 +0000
(17:13 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 30 Oct 2008 00:13:36 +0000
(17:13 -0700)
src/allmydata/scripts/create_node.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/create_node.py
b/src/allmydata/scripts/create_node.py
index 7ef66b954d42c18264701ef20b1c1da1211b3485..b1e1536452b598534253b129054be4ce11079030 100644
(file)
--- a/
src/allmydata/scripts/create_node.py
+++ b/
src/allmydata/scripts/create_node.py
@@
-64,6
+64,7
@@
def write_node_config(c, config):
if webport.lower() == "none":
webport = ""
c.write("web.port = %s\n" % webport)
+ c.write("web.static = public_html\n")
c.write("#tub.port =\n")
c.write("#advertised_ip_addresses =\n")
c.write("#log_gatherer.furl =\n")