Skip to content

Commit

Permalink
fix(patches/nginx): patch the nginx IF-MATCH issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZhang0707 committed Sep 18, 2023
1 parent e6b9fe3 commit 9c83fba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Table of Contents

- [2.8.4](#284)
- [2.8.3](#283)
- [2.8.2](#282)
- [2.8.1](#281)
Expand Down Expand Up @@ -65,6 +65,13 @@
- [0.10.0](#0100---20170307)
- [0.9.9 and prior](#099---20170202)

## [2.8.4]

> Released 2023/09/22
### Fixes

- Fixed a bug where internal redirects (i.e. those produced by the error_page directive) could interfere with worker process handling the request when buffered proxying is being used.

## [2.8.3]

Expand Down
2 changes: 1 addition & 1 deletion kong/templates/nginx_kong.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ server {
listen $(entry.listener);
> end
error_page 400 404 405 408 411 412 413 414 417 494 /kong_error_handler;
error_page 400 404 405 408 411 413 414 417 494 /kong_error_handler;
error_page 500 502 503 504 /kong_error_handler;
access_log ${{PROXY_ACCESS_LOG}};
Expand Down

0 comments on commit 9c83fba

Please sign in to comment.