Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infomiho/nginx
https://github.com/infomiho/nginx
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/infomiho/nginx
- Owner: infomiho
- License: mit
- Created: 2023-10-26T08:57:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T08:58:00.000Z (about 1 year ago)
- Last Synced: 2024-11-22T20:35:07.813Z (2 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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/)
[![Deploy on Railway](https://railway.app/button.svg)](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).