perhaps yours are chmodded to 777 or something similar? that could affect it.
scratch that, i know why. Before we had
location ~ ^/(internal_data|library)\/(.*)/
So it was everything in internal_data or library, not just those root folders. Which infact i must correct in that file. Which then...