I have my Django app up and running using Gunicorn+Nginx on a shared hosting, but I don't have access to my nginx configuration file (because of shared hosting, I create an "app" on my hosting Control panel which is automatically added as a virtual host with a specific port, and I use that port to start my Gunicorn).
Is there a way to set my cache expire headers for static files like css and jpg? Nginx obviously doesn't have something like .htaccess which would make this easier.
Maybe there's a way that would make Django or Gunicorn "push" some configuration (location etc.) to Nginx?