From 4cc43f84b9e75334c74bbcfb36e687510fd9f2d5 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 14 Jan 2021 17:08:01 +0300 Subject: 1.9.2 release milestone --- .rr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.rr.yaml') diff --git a/.rr.yaml b/.rr.yaml index 7fa191a2..ba122089 100644 --- a/.rr.yaml +++ b/.rr.yaml @@ -42,9 +42,9 @@ http: # http host to listen. address: 0.0.0.0:8080 # override http error code for the application errors (default 500) - appErrorCode: 505 + appErrorCode: 500 # override http error code for the internal RR errors (default 500) - internalErrorCode: 505 + internalErrorCode: 500 ssl: # custom https port (default 443) -- cgit v1.2.3