Mercurial Hosting > luan
view host/admin/src/init.luan @ 2137:67b504ba388c nginx_decoupled
don't assume the user's primary group name is the same as their username
| author | Violet7 |
|---|---|
| date | Mon, 19 Jan 2026 20:20:03 -0800 |
| parents | 969291201e12 |
| 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" require "site:/private/lib/monitor_lucene_backups.luan" Http.dont_gc and Http.dont_gc() return true
