Hello!
On 7/9/2016 10:23 PM, bai030805 wrote:
Hi Gurus
My lab environment is
Nginx IP: 192.168.16.206
Four Web Server: 192.168.16.201-204
My nginx.conf is
http {
upstream myapp1 {
server 192.168.16.201;
server 192.168.16.202;
server 192.168.16.203;
server
Hello!
On 2/20/2016 4:07 PM, rsclmumbai wrote:
I've a nginx server on CentOS with PHP setup.
I'm trying to block direct access to .inc files
I've added the following to nginx.conf
location ~ /\.inc
{
deny all;
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hello!
I've tried Nginx Plus R7, but it come with openssl 1.0.1e which is
doesn't support ALPN extension, is there any info to get ALPN extension?
My box using CentOS 7 and using custom openssl 1.0.2d.
$ openssl version
OpenSSL 1.0.2d-fips 9 Jul 20