src/nginx_module/ConfigGeneral/AutoGeneratedManifestDefaultsInitialization.c in passenger-6.0.6 vs src/nginx_module/ConfigGeneral/AutoGeneratedManifestDefaultsInitialization.c in passenger-6.0.7
- old
+ new
@@ -278,9 +278,16 @@
"passenger_spawn_method",
sizeof("passenger_spawn_method") - 1,
"'smart' for Ruby apps, 'direct' for all other apps",
sizeof("'smart' for Ruby apps, 'direct' for all other apps") - 1);
+ add_manifest_options_container_static_default_str(ctx,
+ options_container,
+ "passenger_direct_instance_request_address",
+ sizeof("passenger_direct_instance_request_address") - 1,
+ "127.0.0.1",
+ sizeof("127.0.0.1") - 1);
+
add_manifest_options_container_static_default_bool(ctx,
options_container,
"passenger_load_shell_envvars",
sizeof("passenger_load_shell_envvars") - 1,
1);