summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/lua_preload_file.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/civetweb/test/lua_preload_file.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/civetweb/test/lua_preload_file.lua b/src/civetweb/test/lua_preload_file.lua
new file mode 100644
index 000000000..7761f4734
--- /dev/null
+++ b/src/civetweb/test/lua_preload_file.lua
@@ -0,0 +1,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"