https://github.com/excessivecoding/nginx-06EH
https://github.com/excessivecoding/nginx-06EH
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/excessivecoding/nginx-06EH
- Owner: excessivecoding
- License: mit
- Created: 2023-11-03T13:38:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T13:38:14.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:03:04.346Z (about 1 month ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NGINX Example
This example is deploys a site using [NGINX](https://www.nginx.com/)
[](https://railway.app/new/template/o3MbZe)
## ✨ Features
- NGINX
- Static Site## 💁♀️ How to use
- Open the `site/index.html` in the browser
## 📝 Notes
By default the `site/` directory gets deployed as a static site. This can be modified by changing the `Dockerfile`.
The site is deployed using the default NGINX configuration. This can be overridden with a custom conf file by adding
```
COPY nginx.conf /etc/nginx/nginx.conf
```to the end of the Dockerfile. For more information, [read the docs](https://hub.docker.com/_/nginx).