|
@@ -99,6 +99,6 @@ class RadicaleDaemon(Daemon):
|
99
|
99
|
cfg.RADICALE_SERVER_HOST,
|
100
|
100
|
cfg.RADICALE_SERVER_PORT,
|
101
|
101
|
RadicaleApplication(),
|
102
|
|
- RadicaleHTTPServer if cfg.RADICALE_SERVER_SSL else RadicaleHTTPSServer,
|
|
102
|
+ RadicaleHTTPSServer if cfg.RADICALE_SERVER_SSL else RadicaleHTTPServer,
|
103
|
103
|
RadicaleRequestHandler
|
104
|
104
|
)
|