I have a NGINX server configured to work with node.js, but many times a file of 1.03MB of js is not loaded by various browser and various pc
- by Totty
I'm using this in a local LAN so it should be quite fast.
The nginx server use the node.js server to serve static files, so it must pass throught node.js to download the files, but that is not a problem when I'm not using the nginx.
In chrome with debugger on I can see that the status is: 206 - partial content
and it only has downloaded 31KB of…