0
Changing Ajenti's webroot (ie my.domain/ajenti)
I'm trying to set up ajenti behind an nginx reverse proxy. The instructions say all URLs are /ajenti, but mine don't seem to be and if I go to myhost:8000/ajenti I get "invalid URL." It's possible that I changed something to get rid of /ajenti but I don't remember what (if anything) I would've done and can't find documentation about that.
Customer support service by UserEcho
you should follow this config
You can further improve performance by making Ajenti listen on a UNIX socket. For that, set Host in Configure > General to something like
/var/run/ajenti.sock
, and replace <code>proxy_pass URL withhttp://unix:/var/run/ajenti.sock
http://support.ajenti.org/topic/349870-ajenti-behind-nginx/