Add the extra patch to disable anonymous telemetry for the

third-party passenger module.
This commit is contained in:
Sergey A. Osokin 2018-12-25 20:41:18 +00:00
parent 70af860674
commit 045bcab690
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488344

View file

@ -0,0 +1,11 @@
--- ../passenger-6.0.0/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
+++ ../passenger-6.0.0/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'
},