Yes<br>for example<br><pre>server {<br>    listen       80;<br>    server_name  <a href="http://www.domain.com">www.domain.com</a>;<br>    ...<br>}<br><br>server {<br>    listen       80;<br>    server_name  <a href="http://stream.domain.com">stream.domain.com</a>;<br>
    ...<br>}<br></pre><br><br><div class="gmail_quote">2010/1/22 Max <span dir="ltr">&lt;<a href="mailto:maxbear@gmail.com">maxbear@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>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.<br><font color="#888888"><br>
Max<br>
</font><br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
<br></blockquote></div><br>