Commit 48750e67 authored by Sergey Lyubka's avatar Sergey Lyubka

ENABLE_PROXY is visible with MONGOOSE_NO_FILESYSTEM

parent ce60379a
...@@ -1196,8 +1196,8 @@ enum { ...@@ -1196,8 +1196,8 @@ enum {
#ifndef MONGOOSE_NO_DIRECTORY_LISTING #ifndef MONGOOSE_NO_DIRECTORY_LISTING
ENABLE_DIRECTORY_LISTING, ENABLE_DIRECTORY_LISTING,
#endif #endif
ENABLE_PROXY,
#endif #endif
ENABLE_PROXY,
EXTRA_MIME_TYPES, EXTRA_MIME_TYPES,
#if !defined(MONGOOSE_NO_FILESYSTEM) && !defined(MONGOOSE_NO_AUTH) #if !defined(MONGOOSE_NO_FILESYSTEM) && !defined(MONGOOSE_NO_AUTH)
GLOBAL_AUTH_FILE, GLOBAL_AUTH_FILE,
...@@ -1239,8 +1239,8 @@ static const char *static_config_options[] = { ...@@ -1239,8 +1239,8 @@ static const char *static_config_options[] = {
#ifndef MONGOOSE_NO_DIRECTORY_LISTING #ifndef MONGOOSE_NO_DIRECTORY_LISTING
"enable_directory_listing", "yes", "enable_directory_listing", "yes",
#endif #endif
"enable_proxy", NULL,
#endif #endif
"enable_proxy", NULL,
"extra_mime_types", NULL, "extra_mime_types", NULL,
#if !defined(MONGOOSE_NO_FILESYSTEM) && !defined(MONGOOSE_NO_AUTH) #if !defined(MONGOOSE_NO_FILESYSTEM) && !defined(MONGOOSE_NO_AUTH)
"global_auth_file", NULL, "global_auth_file", NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment