The standard Django site as generated by Opalstack looks like this:
[nginx] -> [uwsgi] -> [Django]
Does the default Nginx configuration for this setup already support features beyond a basic reverse proxy? Specifically, I am looking to useX-Accel-Redirect (or other Nginx internal extensions) to serve protected static files.
In the past, I've had to add an extra Nginx or Apache layer just to enable this capability. I was wondering if this is already supported out of the box, allowing me to achieve this without introducing additional software layers.