Re: Help needed with Nginx SRPM script

2021-04-15 Thread Andrei Belov
> On 16 Apr 2021, at 08:50, Thomas Stephen Lee wrote: > > Hi, > > I have the following script on RHEL 7 > > > --Script Start- > > OPENSSL="openssl-1.1.1k" > NGINX_VERSION="1.19.10-1" > > rpm -ivh > http://nginx.org/packages/mainline/centos/7/SRPMS/nginx-$NG

Help needed with Nginx SRPM script

2021-04-15 Thread Thomas Stephen Lee
Hi, I have the following script on RHEL 7 --Script Start- OPENSSL="openssl-1.1.1k" NGINX_VERSION="1.19.10-1" rpm -ivh http://nginx.org/packages/mainline/centos/7/SRPMS/nginx-$NGINX_VERSION.el7.ngx.src.rpm sed -i "/Source12: .*/a Source100: https://www.openssl.

NGINX persistent connection

2021-04-15 Thread rafael.silva
Hi. Is it possible for me to persist a connection? Reason... I use NGINX with Swarm, proxy_pass with resolved. When I have a service with multiple containers, the service cloudcmd does not work because it does not accept replication, because swith each request, Swarm delivers a different IP. Is