]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/test/lua_preload_file.lua
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / civetweb / test / lua_preload_file.lua
1 --[[
2 Load this test file by adding
3 lua_preload_file ./lua_preload_file.lua
4 to the civetweb.conf file
5 ]]
6
7 mg.preload = "lua_preload_file successfully loaded"