itpp2012 Wrote: ------------------------------------------------------- > fran125 Wrote: > ------------------------------------------------------- > > error.log output. > > > > 6028#0: "upstream" directive is not allowed here in > > /etc/nginx/nginx.conf > > Easy to find > http://nginx.org/en/docs/http/ngx_http_upstream_module.html#upstby fran125 - How to...
Nginx is installed on RH 6.5. This is my nginx.conf ----------------------------- user nginx; worker_processes 2; pid /var/run/nginx.pid; error_log /var/log/nginx/error.log; events { worker_connections 1024; } upstream backend1 { server 10.108.20.8:143; server 10.108.20.9:143; } upstream backend2 { server 10.108.20.8:144; seby fran125 - How to...
Hi forum, I need to setting up a Nginx server according to this two statements: - IMAP proxy balancer. - SSL offloading. I have no problems with ssl offloading and proxy but it does not work when I add upstream section in order to get balanced traffic. Is this possible? Or is not possible setting up with this two conditions? Best regards. Franciscoby fran125 - How to...
![]() |
![]() |
![]() |
![]() |
|