mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Listen using SSL
This commit is contained in:
parent
f5755bcadf
commit
ef6a8e4f32
2 changed files with 8 additions and 2 deletions
|
@ -28,7 +28,7 @@ class ServerConfig(Config):
|
|||
self.bind_host = args.bind_host
|
||||
self.daemonize = args.daemonize
|
||||
self.pid_file = self.abspath(args.pid_file)
|
||||
self.webclient = not args.no_webclient
|
||||
self.webclient = args.no_webclient
|
||||
self.manhole = args.manhole
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue