Skip to content

add support for proxying assets through nginx

Dustin Rue requested to merge feature/nginx-proxy into main

Per documentation, passing assets through the ruby process is much slower than through nginx. This installs an nginx container to serve static files.

Merge request reports