mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-23 04:05:15 +00:00
create_node.py: add 'web.static = public_html' to the initial tahoe.cfg
This commit is contained in:
parent
d3f2df00be
commit
6a7d5b893b
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user