1
Fork 0

Add response text to ping endpoint

This commit is contained in:
Jake Howard 2020-04-11 23:45:21 +01:00
parent 458ac00e28
commit 25ef616910
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -45,7 +45,7 @@ http {
location /ping {
access_log off;
return 200;
return 200 "PONG";
}
location ~* \.(png|jpg|gif|svg|txt)$ {