nginx for SPA This repo contains Docker image for nginx optimized to serve static SPA behind load balancer. The target of this project is to have nginx with smallest possible RAM and HDD footprint. Usage FROM alexxxnf/nginx-spa COPY ./dist/ /etc/nginx/html/ Available modules TBD