Skip to content

Commit 6646b10

Browse files
committed
Merge pull request #1038 from simon04/nginx
nginx: update to 1.17.2
2 parents 091684f + d370aac commit 6646b10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ 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/',
9-
code: 'http://hg.nginx.org/nginx'
9+
code: 'https://hg.nginx.org/nginx'
1010
}
1111

1212
html_filters.push 'nginx/clean_html', 'nginx/entries'
@@ -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)