On Tue, Jul 31, 2012 at 05:08:29AM -0400, sayres wrote: Hi there, > How can I change the root directory in nginx?? > Now my root directory is /usr/share/nginx/html. > I want change it, like ~/web http://nginx.org/r/root Probably: put "root /home/user/web;" in the server{} block that you care about. f -- Francis Daly francis at daoine.org