multiple nginx in one server?

Michael Shadle mike503 at gmail.com
Fri Jan 22 08:23:18 MSK 2010


that's one nginx instance with multiple server blocks. :p

sounded to me like the OP was asking about multiple nginx instances.

On Thu, Jan 21, 2010 at 9:15 PM, Dongkuo Ma <luc.mdk at gmail.com> wrote:
> Yes
> for example
>
> server {
>     listen       80;
>     server_name  www.domain.com;
>     ...
> }
>
> server {
>     listen       80;
>     server_name  stream.domain.com;
>
>     ...
> }
>
>
> 2010/1/22 Max <maxbear at gmail.com>
>>
>> Hello,
>>
>> Can I run multiple nginx in a server? One server wll be used for mp4
>> streaming and the other one will be used for web server. Is it a good idea
>> to use multiple nginx in a server? Thanks.
>>
>> Max
>>
>> _______________________________________________
>> nginx mailing list
>> nginx at nginx.org
>> http://nginx.org/mailman/listinfo/nginx
>>
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>
>



More information about the nginx mailing list