https://github.com/adfinis/nginx-echo
Nginx docker image that returns the request URI and container hostname
https://github.com/adfinis/nginx-echo
alpine docker echo nginx
Last synced: about 1 month ago
JSON representation
Nginx docker image that returns the request URI and container hostname
- Host: GitHub
- URL: https://github.com/adfinis/nginx-echo
- Owner: adfinis
- License: apache-2.0
- Created: 2018-12-03T09:27:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T13:57:18.000Z (over 7 years ago)
- Last Synced: 2025-01-01T22:42:44.989Z (over 1 year ago)
- Topics: alpine, docker, echo, nginx
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 16
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/adfinissygroup/nginx-echo/)
[](https://github.com/adfinis-sygroup/nginx-echo/blob/master/LICENSE)
nginx-echo is a small docker image based on Alpine that returns the request URI
and hostname of the container. It is used for demonstration purposes or
debugging.
## Extend
If you wish to extend the information returned by nginx you can extend the text
for the return directive in `default.conf`.
## Build
The image on Docker Hub is automatically built by a merge to master, for local
builds you can use
```shell
docker build -t adfinissygroup/nginx-echo .
```
## License
[MIT](https://github.com/adfinis-sygroup/nginx-echo/blob/master/LICENSE)
## Author Information
nginx-echo was written by:
- Adfinis SyGroup AG | [Website](https://www.adfinis-sygroup.ch/) |
[Twitter](https://twitter.com/adfinissygroup) |
[GitHub](https://github.com/adfinis-sygroup)