junegunn / redis-stat

(UNMAINTAINED) A real-time Redis monitoring tool
MIT License
2.03k stars 339 forks source link

Update index.erb to make redis-stat also working when it gets proxied #59

Closed mmattel closed 7 years ago

mmattel commented 7 years ago

Changes referencing issue #56 Intention: make redis-stat also working when proxying it. Now you can configure your webserver to act as proxy and access redis-stat via your-domain/your-access-page This was not possible before due to web-root relative paths in index.erb

junegunn commented 7 years ago

Thanks, but looks like there are a few more places that need to be updated. Line 28, 30, and 160. Can you update?

mmattel commented 7 years ago

Done

junegunn commented 7 years ago

Merged, thanks! I'll release a new version.