Merge pull request #1038 from simon04/nginx

nginx: update to 1.17.2
pull/982/head
Jasper van Merle 6 years ago
commit 6646b106ed

@ -473,7 +473,7 @@ credits = [
'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
], [
'nginx',
'2002-2018 Igor Sysoev<br>&copy; 2011-2018 Nginx, Inc.',
'2002-2019 Igor Sysoev<br>&copy; 2011-2019 Nginx, Inc.',
'BSD',
'http://nginx.org/LICENSE'
], [

@ -2,11 +2,11 @@ module Docs
class Nginx < UrlScraper
self.name = 'nginx'
self.type = 'nginx'
self.release = '1.15.5'
self.release = '1.17.2'
self.base_url = 'https://nginx.org/en/docs/'
self.links = {
home: 'https://nginx.org/',
code: 'http://hg.nginx.org/nginx'
code: 'https://hg.nginx.org/nginx'
}
html_filters.push 'nginx/clean_html', 'nginx/entries'
@ -21,8 +21,8 @@ module Docs
options[:skip_patterns] = [/\/faq\//]
options[:attribution] = <<-HTML
&copy; 2002-2018 Igor Sysoev<br>
&copy; 2011-2018 Nginx, Inc.<br>
&copy; 2002-2019 Igor Sysoev<br>
&copy; 2011-2019 Nginx, Inc.<br>
Licensed under the BSD License.
HTML

Loading…
Cancel
Save