Displaying 3 results from an estimated 3 matches for "linux_packag".
Did you mean:
linux_packages
2019 Dec 26
3
Nginx on CentOS 7: which one for production?
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 recommended for production use on CentOS 7.
Any suggestions?
Cheers & happy Christmas holidays,
2019 Dec 26
0
Nginx on CentOS 7: which one for production?
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 about how to set up your virtual
servers in /etc in various blogs. Look at the official documentation to
see their recommended setup. Most of your customization goes in
/etc/nginx/conf.d.
https://nginx.org/en/docs/
2019 Dec 26
1
Nginx on CentOS 7: which one for production?
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 official documentation to
> see their recommended setup. Most of your customization goes in
> /etc/nginx/conf.d.
>
> https:...