https://github.com/vinkashq/nginx-docker
Nginx docker image with custom default landing page.
https://github.com/vinkashq/nginx-docker
docker docker-image nginx
Last synced: about 2 months ago
JSON representation
Nginx docker image with custom default landing page.
- Host: GitHub
- URL: https://github.com/vinkashq/nginx-docker
- Owner: vinkashq
- License: mit
- Created: 2024-10-30T18:54:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:31:47.000Z (over 1 year ago)
- Last Synced: 2025-02-13T03:22:35.471Z (over 1 year ago)
- Topics: docker, docker-image, nginx
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/vinkas/nginx
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-docker
Nginx docker image with custom landing page and default config file.
- You can change the defaut landing page's content by updating the `src/index.html` file.
- This image will set the first IP in X-Forwarded-For (XFF) header as the client IP when there are multiple IP addresses available from the requests chained through more than one proxy server.