Do you put all your virtual host info in nginx.conf?

Joe frumentius at gmail.com
Wed Feb 18 11:12:56 MSK 2009


A records usually configured in DNS zone. Do you use bind? Simply put listen
PORT; without IP.

On Wed, Feb 18, 2009 at 2:56 PM, Max <maxbear at gmail.com> wrote:

> I just wonder it will be more difficult if I want to change things for
> multiple sites (multiple virtual conf files).  For example, if I want to
> change ip from 111.111.111.111 to 222.222.222.222, I just open the
> nginx.conf and so a search and replace, it will be replaced them all at
> once. If it's in multiple virtual file, I need to open those doamins which
> are using 111.111.111.111 and chagne them manually.
>
>
> On Wed, Feb 18, 2009 at 1:43 PM, Joe <frumentius at gmail.com> wrote:
>
>> Yes, that's the best way to configure it.
>>
>>
>> On Wed, Feb 18, 2009 at 12:31 PM, Nick Pearson <nick.pearson at gmail.com>wrote:
>>
>>> The best way is to include separate config files using the include
>>> directive:
>>> http://wiki.codemongers.com/NginxHttpMainModule#include
>>>
>>> Nick
>>>
>>>
>>> On Tue, Feb 17, 2009 at 11:22 PM, Max <maxbear at gmail.com> wrote:
>>>
>>>> Hello,
>>>>
>>>> Do you put all your virtual host info in nginx.conf? Since I got a lot
>>>> of virtual hosts, if I put all of them into nginx.conf, I found it's rather
>>>> big. Just want to know what's the best practice to handle many virtual
>>>> hosts. Thanks.
>>>>
>>>> Max
>>>>
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090218/5598377d/attachment.html>


More information about the nginx mailing list