multiple nginx in one server?
Dongkuo Ma
luc.mdk at gmail.com
Fri Jan 22 08:15:54 MSK 2010
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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20100122/7ef6cd56/attachment.html>
More information about the nginx
mailing list