<div dir="ltr">Hi Francis, thanks you!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em ter., 15 de fev. de 2022 às 13:49, Francis Daly <<a href="mailto:francis@daoine.org">francis@daoine.org</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, Feb 15, 2022 at 12:31:06PM -0300, Carlos Renato wrote:<br>
<br>
Hi there,<br>
<br>
> This what I get when trying to start NGINX with the simplified file.<br>
> <br>
> [root@proxy conf.d]# cat webgateway.conf<br>
> upstream webgateway {<br>
>    server <a href="http://192.168.239.151:9090" rel="noreferrer" target="_blank">192.168.239.151:9090</a>;<br>
>    server <a href="http://192.168.239.152:9090" rel="noreferrer" target="_blank">192.168.239.152:9090</a>;<br>
> }<br>
> <br>
> server {<br>
>    listen 9191;<br>
>    proxy_pass webgateway;<br>
>   }<br>
> }<br>
<br>
I suggest: remove or rename that webgateway.conf file, so that it will not<br>
match whatever "include" line is already in your /etc/nginx/nginx.conf.<br>
<br>
Then add those 10 lines to your /etc/nginx/nginx.conf, inside the<br>
already-existing "stream{}" block; or create a new "stream{}" block<br>
between the "events{}" block and the "http{}" block that are already in<br>
your nginx.conf, and put those 10 lines inside that.<br>
<br>
<br>
The reason is: when nginx runs, it reads one config file. That config<br>
file might "include" some others. Typically, there is something like<br>
"include /etc/nginx/conf.d/*.conf;" within the http{} block; but we do<br>
not want to have this upstream-and-server config within http{}; it must<br>
be within stream{}.<br>
<br>
If your nginx binary does not include stream{}, then you probably want<br>
to see about getting a new binary, if you want to use nginx to do the<br>
thing that you want to do.<br>
<br>
Good luck with it,<br>
<br>
        f<br>
-- <br>
Francis Daly        <a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a><br>
_______________________________________________<br>
nginx mailing list -- <a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
To unsubscribe send an email to <a href="mailto:nginx-leave@nginx.org" target="_blank">nginx-leave@nginx.org</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"> <br><br></div>