1--[[
2Load this test file by adding
3  lua_preload_file ./lua_preload_file.lua
4to the civetweb.conf file
5]]
6
7mg.preload = "lua_preload_file successfully loaded"
8