Re: [CentOS] Nginx on CentOS 7: which one for production?

2019-12-26 Thread Jon Pruente
On Thu, Dec 26, 2019 at 4:17 AM Nicolas Kovacs wrote: > I wonder which version is recommended for production use on CentOS 7. > Any suggestions? > It all depends on your needs. The nginx repo has 1.16.1, EPEL currently has nginx 1.16.1 as well but could lag depending on the package maintainer.

Re: [CentOS] Nginx on CentOS 7: which one for production?

2019-12-26 Thread Kenneth Porter
--On Thursday, December 26, 2019 8:35 PM +0100 Nicolas Kovacs wrote: At this point I'm already vaguely familiar with setting up Nginx. I was only a little confused about which binary version to choose. I was a bit confused when first setting it up, and I wanted to make sure that others who

Re: [CentOS] Nginx on CentOS 7: which one for production?

2019-12-26 Thread Nicolas Kovacs
Le 26/12/2019 à 18:44, Kenneth Porter a écrit : I suggest using the upstream package. Instructions can be found here: https://nginx.org/en/linux_packages.html#RHEL-CentOS OK There's some conflicting information about how to set up your virtual servers in /etc in various blogs. Look at the

Re: [CentOS] Nginx on CentOS 7: which one for production?

2019-12-26 Thread Kenneth Porter
On 12/26/2019 2:17 AM, Nicolas Kovacs wrote: I wonder which version is recommended for production use on CentOS 7. Any suggestions? I suggest using the upstream package. Instructions can be found here: https://nginx.org/en/linux_packages.html#RHEL-CentOS There's some conflicting information

[CentOS] Nginx on CentOS 7: which one for production?

2019-12-26 Thread Nicolas Kovacs
Hi, I'm currently fiddling with Nginx to get acquainted with its various quirks and idiosyncrasies. I have a public CentOS 7 sandbox server, and I've tried various setups. Install the binary from EPEL, install various binaries from SCLo, build from source. I wonder which version is