Skip to content

Commit

Permalink
Merge pull request #4765 from mrbusche/master
Browse files Browse the repository at this point in the history
Fix extra word
  • Loading branch information
k8s-ci-robot authored Nov 21, 2019
2 parents e32f60f + 6b0a6ec commit 59a9753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/nginx-configuration/configmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ _**default:**_ 308

> __Why the default code is 308?__

> [RFC 7238](https://tools.ietf.org/html/rfc7238) was created to define the 308 (Permanent Redirect) status code that is similar to 301 (Moved Permanently) but it keeps the payload in the redirect. This is important if the we send a redirect in methods like POST.
> [RFC 7238](https://tools.ietf.org/html/rfc7238) was created to define the 308 (Permanent Redirect) status code that is similar to 301 (Moved Permanently) but it keeps the payload in the redirect. This is important if we send a redirect in methods like POST.

## proxy-buffering

Expand Down

0 comments on commit 59a9753

Please sign in to comment.