Added nginx error 497 response.
This commit is contained in:
@@ -26,6 +26,8 @@ typedef enum {
|
||||
NXT_HTTP_URI_TOO_LONG = 414,
|
||||
NXT_HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431,
|
||||
|
||||
NXT_HTTP_TO_HTTPS = 497,
|
||||
|
||||
NXT_HTTP_INTERNAL_SERVER_ERROR = 500,
|
||||
NXT_HTTP_NOT_IMPLEMENTED = 501,
|
||||
NXT_HTTP_BAD_GATEWAY = 502,
|
||||
|
||||
Reference in New Issue
Block a user