view dtd/versions.dtd @ 1548:08498db38e58

Replaced proxy_downstream/upstream_buffer with proxy_buffer_size.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 13 Aug 2015 17:11:32 +0300
parents 649420cb8021
children 68e8c8dc9489
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  versions     (download+) >

<!ELEMENT  download     (item+) >
<!ATTLIST  download
           tag          (mainline | stable | legacy) #REQUIRED
           changes      CDATA #REQUIRED
>

<!ELEMENT  item         EMPTY >
<!ATTLIST  item
           ver          CDATA #REQUIRED
           pgp          (yes | no) "yes"
           win          (yes | no) "yes"
>