Skip to content

Commit

Permalink
Add response codes diagram and page (#104)
Browse files Browse the repository at this point in the history
* Add response codes diagram to reverse-proxying.md
  • Loading branch information
kvosper committed Mar 8, 2018
1 parent 94597d1 commit e1094f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added docs/assets/styx-server-errors-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/user-guide/reverse-proxying.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ is sending faster than the receiver can consume.

## Styx Response Codes

Styx responds with specific error codes when things don't go according to plan.
Styx responds with specific error codes when things don't go according to plan.
This refers only to responses generated by Styx itself, not responses being proxied from downstream.
For a general explanation of `5xx` (Server Error) codes, please see the [HTTP Spec](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
Here is a summary of those codes:

![Styx 5xx Response Codes Diagram](../assets/styx-server-errors-diagram.png)

#### 502 Bad Gateway

* No route configured to backend service. An unexpected path prefix is received,
Expand Down

0 comments on commit e1094f5

Please sign in to comment.