Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 402 Bytes

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