https://github.com/cpfriend1721994/ok_server
Docker image, based on Nginx, return "OK" for any requests, with log format GELF
https://github.com/cpfriend1721994/ok_server
dockerfile gelf-format nginx
Last synced: 16 days ago
JSON representation
Docker image, based on Nginx, return "OK" for any requests, with log format GELF
- Host: GitHub
- URL: https://github.com/cpfriend1721994/ok_server
- Owner: cpfriend1721994
- Created: 2019-12-25T07:17:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T10:27:05.000Z (over 3 years ago)
- Last Synced: 2025-07-12T01:07:26.538Z (12 months ago)
- Topics: dockerfile, gelf-format, nginx
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/tunnm/ok_server
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ok_server
[](https://microbadger.com/images/tunnm/ok_server "Get your own image badge on microbadger.com") [](https://microbadger.com/images/tunnm/ok_server "Get your own version badge on microbadger.com")
Docker image, based on Nginx, return "OK" for any requests, with log format GELF
## Notes
This image has been included in several configurations:
resolver 8.8.8.8;
keepalive_timeout 65;
client_max_body_size 1k;
## Usage
```bash
docker run tunnm/ok-server
```