comparison src/luan/host/init.luan @ 1743:792268dce5ec

http push security
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 09 Nov 2022 18:33:09 -0700
parents b82767112d8e
children
comparison
equal deleted inserted replaced
1742:d778f1f2598a 1743:792268dce5ec
59 local u = Io.uri( Http.dir..path, loading ) 59 local u = Io.uri( Http.dir..path, loading )
60 u.uri_string = "site:"..path 60 u.uri_string = "site:"..path
61 return u 61 return u
62 end 62 end
63 63
64 Http.domain = domain 64 Http.set_domain(domain)
65 Hosted.is_hosted = true 65 Hosted.is_hosted = true
66 66
67 67
68 -- postgres 68 -- postgres
69 69