Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#1305 from simon04/nginx-1.19
Browse files Browse the repository at this point in the history
nginx: update to 1.19.3
  • Loading branch information
simon04 authored Nov 13, 2020
2 parents e7955cc + 72f1c5c commit e8f7067
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/javascripts/templates/pages/about_tmpl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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'
], [
Expand Down
7 changes: 4 additions & 3 deletions lib/docs/scrapers/nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand All @@ -20,9 +20,10 @@ class Nginx < UrlScraper

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

Expand Down

0 comments on commit e8f7067

Please sign in to comment.