Re: Set up reverse proxy and loadbalancing without hostname

2016-07-09 Thread Dewangga Alam
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

Re: Block direct access to .inc files not working

2016-02-20 Thread Dewangga Alam
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;

is Nginx Plus R7 support ALPN?

2015-12-21 Thread Dewangga Alam
-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