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:
@@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user