Mercurial Hosting > luan
view host/admin/src/init.luan @ 2015:61b0cc7db09c default tip fixssl
Manually specify letsencrypt server due to acme default server change (to zerossl)
author | Violet7 |
---|---|
date | Sat, 27 Sep 2025 13:37:11 -0700 |
parents | 301a6561fb6b |
children |
line wrap: on
line source
local Http = require "luan:http/Http.luan" local Hosted = require "luan:host/Hosted.luan" Hosted.set_https and Hosted.set_https(true) require "site:/private/lib/monitor.luan" Http.dont_gc and Http.dont_gc() return true