I've successfully installed tilestache on my server and able to load a geojson from it. But when I change the config file to use disk cache, the server return 500 on requesting the tiles.What I add to my config file:
"cache": { "name": "Disk", "path": "/tmp/stache", "umask"...