Add response text to ping endpoint
This commit is contained in:
parent
458ac00e28
commit
25ef616910
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ http {
|
||||||
|
|
||||||
location /ping {
|
location /ping {
|
||||||
access_log off;
|
access_log off;
|
||||||
return 200;
|
return 200 "PONG";
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~* \.(png|jpg|gif|svg|txt)$ {
|
location ~* \.(png|jpg|gif|svg|txt)$ {
|
||||||
|
|
Loading…
Reference in a new issue