nginx: update to 1.19.3

pull/1305/head
Simon Legner 4 years ago
parent 8677f33a6c
commit 72f1c5cb23

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

@ -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
&copy; 2002-2019 Igor Sysoev<br>
&copy; 2011-2019 Nginx, Inc.<br>
&copy; 2002-2020 Igor Sysoev<br>
&copy; 2011-2020 Nginx, Inc.<br>
Licensed under the BSD License.
HTML

Loading…
Cancel
Save