Skip to content

Commit d370aac

Browse files
committed
nginx: update to 1.17.2
1 parent 7807197 commit d370aac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ credits = [
473473
'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
474474
], [
475475
'nginx',
476-
'2002-2018 Igor Sysoev<br>&copy; 2011-2018 Nginx, Inc.',
476+
'2002-2019 Igor Sysoev<br>&copy; 2011-2019 Nginx, Inc.',
477477
'BSD',
478478
'http://nginx.org/LICENSE'
479479
], [

lib/docs/scrapers/nginx.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Nginx < UrlScraper
33
self.name = 'nginx'
44
self.type = 'nginx'
5-
self.release = '1.15.5'
5+
self.release = '1.17.2'
66
self.base_url = 'https://nginx.org/en/docs/'
77
self.links = {
88
home: 'https://nginx.org/',
@@ -21,8 +21,8 @@ class Nginx < UrlScraper
2121
options[:skip_patterns] = [/\/faq\//]
2222

2323
options[:attribution] = <<-HTML
24-
&copy; 2002-2018 Igor Sysoev<br>
25-
&copy; 2011-2018 Nginx, Inc.<br>
24+
&copy; 2002-2019 Igor Sysoev<br>
25+
&copy; 2011-2019 Nginx, Inc.<br>
2626
Licensed under the BSD License.
2727
HTML
2828

0 commit comments

Comments
 (0)