annotate xml/versions.xml @ 238:e33fc8541217

- "proxy_redirect" supports variables in the first parameter, - "proxy_redirect" supports regular expressions, - "proxy_redirect default" doesn't work if "proxy_pass" references variables.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Dec 2011 20:23:07 +0000
parents 097a5f67999c
children a627ecdece14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 61
diff changeset
1 <!DOCTYPE versions SYSTEM "../dtd/versions.dtd">
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 61
diff changeset
2
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3 <versions>
233
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
4 <development> 1.1.11 </development>
181
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 178
diff changeset
5 <stable> 1.0.10 </stable>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 <legacy_stable> 0.8.55 </legacy_stable>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7 </versions>