File

plugins/mod_unknown.lua @ 9376:220468f7a103

mod_http: Support global HTTP modules Such modules simply ignore the Host header and always handle the same path.
author Kim Alvefur <zash@zash.se>
date Fri, 21 Sep 2018 23:49:56 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform