This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 67b4eb31341a496f98e2519ad5e9934e7acee675 Author: Sam Ruby <[email protected]> AuthorDate: Mon Jan 22 15:47:43 2018 -0500 capture latest configuration --- tools/mkconf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mkconf.rb b/tools/mkconf.rb index 2be9e74..5a9f32d 100644 --- a/tools/mkconf.rb +++ b/tools/mkconf.rb @@ -20,6 +20,8 @@ conf.sub! 'ServerName whimsy.apache.org', 'ServerName whimsy.local' conf.gsub! /(\A|\n)\s*RemoteIPHeader.*/, '' conf.gsub! /\n\s*PassengerDefault.*/, '' +conf.gsub! /\n\s*PassengerUser.*/, '' +conf.gsub! /\n\s*PassengerGroup.*/, '' conf.gsub! /\n\s*SSL.*/, '' conf.gsub! /\n\s*## SSL.*/, '' -- To stop receiving notification emails like this one, please contact [email protected].
