comparison conf/Init.luan @ 6:c4ed473452d4

better https support
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 22 Jul 2019 05:37:46 -0400
parents abe0694e9849
children 862b1ef23e75
comparison
equal deleted inserted replaced
5:b74139388033 6:c4ed473452d4
63 --local HashSet = require "java:java.util.HashSet" 63 --local HashSet = require "java:java.util.HashSet"
64 --Init.sysadmins = HashSet.new {} -- list of emails 64 --Init.sysadmins = HashSet.new {} -- list of emails
65 65
66 --Init.monitor_emails = {} -- list of emails 66 --Init.monitor_emails = {} -- list of emails
67 67
68 --Init.ssl_dir = nil
69
68 70
69 -- for serve_nabble.luan 71 -- for serve_nabble.luan
70 72
71 function Init.fix_serve(Serve) 73 function Init.fix_serve(Serve)
72 if Serve.is_www then 74 if Serve.is_www then