Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/test/lua_preload_file.lua

8 lines
168 B
Lua
Raw Normal View History

2025-08-22 18:22:57 +08:00
--[[
Load this test file by adding
lua_preload_file ./lua_preload_file.lua
to the civetweb.conf file
]]
mg.preload = "lua_preload_file successfully loaded"