From 25ef616910092407fba8d94e64aad98913b8f6ef Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 11 Apr 2020 23:45:21 +0100 Subject: [PATCH] Add response text to ping endpoint --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 59ae356..ab84b5f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -45,7 +45,7 @@ http { location /ping { access_log off; - return 200; + return 200 "PONG"; } location ~* \.(png|jpg|gif|svg|txt)$ {