We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6777ff3 commit c6fd138Copy full SHA for c6fd138
.travis.yml
@@ -16,8 +16,8 @@ addons:
16
- liblmdb-dev
17
18
env:
19
- - VER_NGINX=1.15.7
20
- - VER_NGINX=1.14.2
+ - VER_NGINX=1.17.6
+ - VER_NGINX=1.16.1
21
22
before_script:
23
- cd ..
CHANGES
@@ -2,9 +2,9 @@ v1.0.x - YYYY-MMM-DD (To be released)
2
-------------------------------------
3
4
- Fixed obtaining of server_addr
5
- [Issue #168 - @defanator]
+ [Issue #167, #168 - @defanator]
6
- Avoid processing of subrequests initiated by the error_page
7
- [Issue #165 - @defanator]
+ [Issue #76, #164, #165 - @defanator]
8
- Tests: extend request body tests
9
[Issue #142,#143 - @defanator]
10
- Added basic tests over HTTP/2
0 commit comments