multiple nginx in one server?
Max
maxbear at gmail.com
Fri Jan 22 10:30:17 MSK 2010
Yes, I was asking about multiple nginx instances :-). Thanks anyway.
I will think about it. Since I just afraid if there is any problem for the
streaming server, my web server will still running if I got 2 nginx
instances :-).
Max
On Fri, Jan 22, 2010 at 1:23 PM, Michael Shadle <mike503 at gmail.com> wrote:
> 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
> >
> >
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20100122/d60ee687/attachment-0001.html>
More information about the nginx
mailing list