create_node.py: add 'web.static = public_html' to the initial tahoe.cfg

This commit is contained in:
Brian Warner 2008-10-29 17:13:36 -07:00
parent d3f2df00be
commit 6a7d5b893b

View File

@ -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")