https://github.com/dlsniper/nginx-hello-world
Hello World example with nginx
https://github.com/dlsniper/nginx-hello-world
Last synced: about 2 months ago
JSON representation
Hello World example with nginx
- Host: GitHub
- URL: https://github.com/dlsniper/nginx-hello-world
- Owner: dlsniper
- License: apache-2.0
- Created: 2022-09-22T15:31:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T15:32:38.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T00:18:29.719Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# nginx Hello World
This is the container version of a service Hello World.
It spins up a nginx instance listening on 80 and replies to `GET /` with a 200 Hello World.