0
Answered
How to add Munin as a website to Nginx using Ajenti V
I want to have Munin as a website managed by Ajenti V running on http://domain/munin with basic authentication plus local only access, but i can't figure it out on how to do it, i can only seem to get it to work under http://domain/ but not http://domain/munin/ can someone please giveme some help on this?
Customer support service by UserEcho
location /munin/ {
alias /var/cache/munin/www/;
}
is there any gui tool to add this per website? if i add this lines to the website custom configuration, it will work as http://domain/munin/ but will also work as http://domain/ (root) no intended to! sorry for the lack of knowledge, don't know if i made me understand well