summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/lua_preload_file.lua
blob: 7761f4734faa3b0b0e6a5192136f32ef5bcc932d (plain)
1
2
3
4
5
6
7
--[[
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"