Hello All
I am trying to migrate my site from pound to nginx.
I have apache + tomcat backend.My main problem is on SSL .
The backend have commerce redirects and back office redirects that must be secured.
The site gives me a redirect loop.
I have followed the instruction from the nginx manuals .
This is the pound ListenHTTPS that I am trying to convert to nginx :
ListenHTTPS
Address 1.1.1.12
Err500 "/usr/local/etc/pound/500.html"
Err503 "/usr/local/etc/pound/503.html"
Port 443
AddHeader "X-SSL: yes"
Client 120
RewriteLocation 2
Cert "/usr/local/etc/pound/pound-.crt"
Service
BackEnd
Address 192.168.x.x
Port 80
Timeout 240
End
Thank you in advance.
Ebrahim Nassiep