mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add the extra patch to disable anonymous telemetry for the
third-party passenger module.
This commit is contained in:
parent
70af860674
commit
045bcab690
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488344
1 changed files with 11 additions and 0 deletions
|
@ -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'
|
||||
},
|
Loading…
Add table
Reference in a new issue