Changes with nginx 1.28.0:
*) 1.28.x stable branch.
*) Bugfix: nginx could not be built by gcc 15 if ngx_http_v2_module or ngx_http_v3_module modules were used.
*) Bugfix: nginx might not be built by gcc 14 or newer with -O3 -flto optimization if ngx_http_v3_module was used.
Update 3rd party module:
- Luastream to 0.0.16
- Passenger to 6.0.27
PR: 286312
Sponsored by: Netzkommune GmbH
12 lines
508 B
Plaintext
12 lines
508 B
Plaintext
--- ../passenger-6.0.27/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
|
|
+++ ../passenger-6.0.27/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500
|
|
@@ -204,7 +204,7 @@
|
|
:name => 'passenger_disable_anonymous_telemetry',
|
|
:scope => :global,
|
|
:type => :flag,
|
|
- :default => false,
|
|
+ :default => true,
|
|
:context => [:main],
|
|
:struct => 'NGX_HTTP_MAIN_CONF_OFFSET'
|
|
},
|