1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-13 12:42:25 +03:00
Files
libhttp/test/lua_preload_file.lua
2014-01-19 22:50:13 +01:00

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"