Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sph3ricalpeter/nginx
https://github.com/sph3ricalpeter/nginx
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sph3ricalpeter/nginx
- Owner: Sph3ricalPeter
- License: mit
- Created: 2023-08-16T11:56:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T11:56:27.000Z (over 1 year ago)
- Last Synced: 2024-04-28T04:17:27.278Z (7 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/)
[![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).