nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.

Home Page:http://www.nkrode.com/article/real-time-dashboard-for-redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is not a file

philiahe opened this issue · comments

redis-live logs:

W 180128 06:37:21 web:1588] 403 GET / (192.168.199.176): is not a file
[W 180128 06:37:21 web:2064] 403 GET / (192.168.199.176) 7.88ms

web:
image

@skreuzer Do you have any ideas?

@philiahe , we faced the same problem. Any fixes/workarounds since that time?

Seems like we were missing /index.html at the end of the url :-) - that's the root cause.

It looks like the issue is that 'default_filename" needs to be passed to StaticFileHandler.
I believe this issue should be fixed in PR #99