Skip to content

aurweb: serve assets from nginx and cache properly

Jelle van der Waa requested to merge ngnix_serve_assets into master

Make nginx serve static assets to offload gunicorn as for example loading the home page is making 7 static requests out of 8 requests in total. Set caching headers for now for 7 days, so browsers don't request ideally this would be 30 days but let's keep it 7 days for now.

Merge request reports