We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d884a commit 5c854abCopy full SHA for 5c854ab
lib/docs/scrapers/nginx.rb
@@ -2,7 +2,7 @@ module Docs
2
class Nginx < UrlScraper
3
self.name = 'nginx'
4
self.type = 'nginx'
5
- self.release = '1.25.1'
+ self.release = '1.27.1'
6
self.base_url = 'https://nginx.org/en/docs/'
7
self.links = {
8
home: 'https://nginx.org/',
@@ -23,7 +23,7 @@ class Nginx < UrlScraper
23
# http://nginx.org/LICENSE
24
options[:attribution] = <<-HTML
25
© 2002-2021 Igor Sysoev<br>
26
- © 2011-2023 Nginx, Inc.<br>
+ © 2011-2024 Nginx, Inc.<br>
27
Licensed under the BSD License.
28
HTML
29
0 commit comments