How to serve static content with Nginx and Django Gunicorn when using Traefik
问题 I have a web application (Django based) that is utilising multiple containers: Web Application (Django + Gunicorn) Traefik (acting as the reverse proxy and SSL termination) Database which is used with the Web application Redis which is used with the Web application According to some of the documentation I have read, I should be serving my static content using something like NGINX. But I don't have any idea on how I would do that. Would I install NGINX on my Web Application container or as a