atom feed9 messages in ru.sysoev.nginxRe: Reconfigure nginx
FromSent OnAttachments
rokMar 30, 2011 9:00 pm 
Arvind JayaprakashMar 30, 2011 9:33 pm 
rokMar 30, 2011 11:16 pm 
Igor SysoevMar 30, 2011 11:23 pm 
rokMar 31, 2011 12:07 am 
Igor SysoevMar 31, 2011 12:15 am 
rokMar 31, 2011 12:20 am 
rokMar 31, 2011 12:26 am 
rokMar 31, 2011 12:38 am 
Subject:Re: Reconfigure nginx
From:Arvind Jayaprakash (wo@anomalizer.net)
Date:Mar 30, 2011 9:33:56 pm
List:ru.sysoev.nginx

On Mar 31, rok wrote:

[code] sudo ./configure --sbin-path=/usr/local/sbin [/code]

So if i reconfigure,should backup config before?and what configure i do now?

First off, there is no need to run ./configure as sudo. It is a part of the install process (usually ./configure, make, sudo make install). Secondly, ./configure has nothing to do with config files, it is just a step in the gnu toolchain build process.

"make install" does not overwrite existing configs. However, it is always prudent to make a backup of your nginx.conf