Update nginx documentation (1.9.5)

This commit is contained in:
Thibaut 2015-10-12 10:49:47 -04:00
parent 6690c9d6a0
commit 74f5f23f80

View file

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