NGINX Static Site
Static website served with NGINX
site
railwayapp-templates/nginx
Just deployed
Overview
Nginx is a performant web server that can serve static files in a performant and memory-efficient way. This starter runs an NGINX Docker container that serves a /site
directory containing an example HTML-based website.
Highlights
- Able to handle 10,000 simultaneous connections with little memory overhead
- Serves static files from
/site
in a performant way
Learn More
Documentation: https://nginx.org/en/docs/
Template Content