Expand description
Web server template collection
This module provides templates for web servers and reverse proxies:
- Nginx for static content and reverse proxy
- Apache HTTP Server (future)
- Caddy Server (future)
- Traefik (future)
Re-exports§
pub use nginx::NginxTemplate;
Modules§
- nginx
- Nginx template for quick web server container setup