On Mon, Jul 22, 2013 at 10:13 AM, howard chen <[email protected]> wrote: > I am upgrading nginx to latest 1.4.1 using PPA. repository. > > 1. After install, do I need to restart it manually, or it is restarted > automatically? > 2. Is reload enough for the nginx upgrade? Or do I need to restart or > stop/start?
If you are using the apt-get upgrade or aptitude upgrade commands, the service will be restarted for you. You may want to run sudo nginx -t to check for errors. > > Thanks. > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
