Update nginx documentation (1.9.1)

This commit is contained in:
Thibaut 2015-06-07 16:30:04 -04:00
parent 6579ea00fc
commit 33d210324d

View file

@ -2,7 +2,7 @@ module Docs
class Nginx < UrlScraper
self.name = 'nginx'
self.type = 'nginx'
self.version = '1.9.0'
self.version = '1.9.1'
self.base_url = 'http://nginx.org/en/docs/'
self.links = {
home: 'http://nginx.org/',