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

Support a pre-loaded file for the Lua environment

This commit is contained in:
bel
2014-01-19 22:16:09 +01:00
parent 031af3defd
commit 8d3a48398c
3 changed files with 11 additions and 1 deletions

View File

@@ -552,6 +552,9 @@ static int is_filename_option(const char *option_name)
!strcmp(option_name, "put_delete_auth_file") ||
!strcmp(option_name, "access_log_file") ||
!strcmp(option_name, "error_log_file") ||
#ifdef USE_LUA
!strcmp(option_name, "lua_preload_file") ||
#endif
!strcmp(option_name, "ssl_certificate");
}