This commit is contained in:
Olga Revyakina 2021-07-06 00:19:29 +03:00
parent 5ae0d19cb4
commit 0811b74ad6
4 changed files with 5 additions and 8 deletions

BIN
docs/en/images/play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -16,11 +16,10 @@ $ curl 'http://localhost:8123/'
Ok.
```
Web UI can be accessed here:
Web UI can be accessed here: http://localhost:8123/play.
![Web UI](../images/play.png#)
``` bash
$ curl 'http://localhost:8123/play'
```
In health-check scripts use `GET /ping` request. This handler always returns “Ok.” (with a line feed at the end). Available from version 18.12.13.

BIN
docs/ru/images/play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -15,11 +15,9 @@ $ curl 'http://localhost:8123/'
Ok.
```
Веб-интерфейс доступен по адресу:
Веб-интерфейс доступен по адресу: http://localhost:8123/play.
``` bash
$ curl 'http://localhost:8123/play'
```
![Веб-интерфейс](../images/play.png#)
В скриптах проверки доступности вы можете использовать `GET /ping` без параметров. Если сервер доступен всегда возвращается «Ok.» (с переводом строки на конце).