Skip to content

Commit 0fbfafc

Browse files
committed
Update nginx documentation (1.29.0)
1 parent 2a2c11b commit 0fbfafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/nginx.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Nginx < UrlScraper
33
self.name = 'nginx'
44
self.type = 'nginx'
5-
self.release = '1.27.1'
5+
self.release = '1.29.0'
66
self.base_url = 'https://nginx.org/en/docs/'
77
self.links = {
88
home: 'https://nginx.org/',
@@ -23,7 +23,7 @@ class Nginx < UrlScraper
2323
# http://nginx.org/LICENSE
2424
options[:attribution] = <<-HTML
2525
&copy; 2002-2021 Igor Sysoev<br>
26-
&copy; 2011-2024 Nginx, Inc.<br>
26+
&copy; 2011-2025 Nginx, Inc.<br>
2727
Licensed under the BSD License.
2828
HTML
2929

0 commit comments

Comments
 (0)