bugfix
This commit is contained in:
parent
d2363e65d7
commit
9a3c14631c
@ -57,7 +57,7 @@ class ConfiguredServer(AppLogger):
|
||||
|
||||
web.run_app(self.init_auth(),host=config.website.host or '0.0.0.0',
|
||||
port=config.website.port or 8080,
|
||||
ssl_context=ssl_context)
|
||||
ssl_context=ssl_context,reuse_port=True)
|
||||
|
||||
def configPath(self,config):
|
||||
for p,prefix in config.website.paths:
|
||||
|
Loading…
Reference in New Issue
Block a user