I have a production Django server running on Debian 11, Nginx + Gunicorn that out of nowhere will only partially load one of the main css files for the site and then will timeout.
All other static files (css and js) load correctly. File is a minified theme file approximately 686kb.
I have tried,
- accessing the file directly from the browser – as expected the css file only partially loads.
- changing the location where the static files are served,
- uploading new copies of the same file.
The file is fully readable on my local development server and github repository.
Gnuicorn and nginx logs are not being helpful.
If anyone can point me in a direction to start investigating that would be great. Pulling my hair out try and find where the issue is even occuring.