Hello, rspirep ^Location:\ http://(.*):80(.*) Location:\ https://\1:443\2 if { ssl_fc }
The above works but the following doesn't (Location URL is unchanged ) why ? rspirep ^Location:\ http://(.*):80(.*) Location:\ http://172.17.25.100:8080\2 if { ssl_fc } Reference : http://blog.exceliance.fr/2013/02/26/ssl-offloading-impact-on-web-applications/ Regards Syed

