1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-03 01:21:16 +03:00

Set absolute path for lua_preload_file

This commit is contained in:
bel
2014-01-19 22:42:06 +01:00
parent 3eba9878d4
commit e7f9e4b047

View File

@@ -446,6 +446,9 @@ static void start_civetweb(int argc, char *argv[])
set_absolute_path(options, "access_log_file", argv[0]);
set_absolute_path(options, "error_log_file", argv[0]);
set_absolute_path(options, "global_auth_file", argv[0]);
#ifdef USE_LUA
set_absolute_path(options, "lua_preload_file", argv[0]);
#endif
set_absolute_path(options, "ssl_certificate", argv[0]);
/* Make extra verification for certain options */