mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
8 lines
168 B
Lua
8 lines
168 B
Lua
--[[
|
|
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"
|