diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index f7f66790..487c5272 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -508,7 +508,7 @@ credits = [ 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license' ], [ 'nginx', - '2002-2019 Igor Sysoev
© 2011-2019 Nginx, Inc.', + '2002-2020 Igor Sysoev
© 2011-2020 Nginx, Inc.', 'BSD', 'http://nginx.org/LICENSE' ], [ diff --git a/lib/docs/scrapers/nginx.rb b/lib/docs/scrapers/nginx.rb index 98a927fc..89a9db64 100644 --- a/lib/docs/scrapers/nginx.rb +++ b/lib/docs/scrapers/nginx.rb @@ -2,7 +2,7 @@ module Docs class Nginx < UrlScraper self.name = 'nginx' self.type = 'nginx' - self.release = '1.17.2' + self.release = '1.19.3' self.base_url = 'https://nginx.org/en/docs/' self.links = { home: 'https://nginx.org/', @@ -20,9 +20,10 @@ module Docs options[:skip_patterns] = [/\/faq\//] + # http://nginx.org/LICENSE options[:attribution] = <<-HTML - © 2002-2019 Igor Sysoev
- © 2011-2019 Nginx, Inc.
+ © 2002-2020 Igor Sysoev
+ © 2011-2020 Nginx, Inc.
Licensed under the BSD License. HTML