https://github.com/excessivecoding/nginx
https://github.com/excessivecoding/nginx
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/excessivecoding/nginx
- Owner: excessivecoding
- License: mit
- Created: 2023-03-03T01:55:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T01:55:37.000Z (almost 3 years ago)
- Last Synced: 2025-10-14T13:05:40.118Z (3 months ago)
- Language: HTML
- Size: 10.7 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).