When requesting http://localhost/static/bootstrap/js/bootstrap.min.js the file is returned while requesting http://localhost/static/bootstrap/js/jquery.min.js returns a 404 error.
It might be a good idea to anyway give the responsibility of serving static files directly to nginx although it would be nice to find out what is causing this issue.
When requesting
http://localhost/static/bootstrap/js/bootstrap.min.js
the file is returned while requestinghttp://localhost/static/bootstrap/js/jquery.min.js
returns a 404 error.It might be a good idea to anyway give the responsibility of serving static files directly to nginx although it would be nice to find out what is causing this issue.