On 11/01/2015 02:26 μμ, RAKESH P B wrote:
> Please find updated configuration file.
> 

From your config I only see the following redirection
redirect scheme https code 301 if !{ ssl_fc }

I placed the exact line to a frontend and fire-up curl and got back

curl -v -o - http://www.example.com/yeah
* Hostname was NOT found in DNS cache
*   Trying 11.189.201.1...
* Connected to www.example.com (11.189.201.1) port 80 (#0)
> GET /yeah HTTP/1.1
> User-Agent: curl/7.38.0
> Host: www.example.com
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Content-length: 0
< Location: https://www.example.com/yeah
< Connection: close
<

Can you share they way you are testing this?

Cheers,
Pavlos


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to