Redirecting traffic from one server to another server

Dear ALL:

Please let me know how can i redirect http traffic to another server.

I have two mikrotik server, first one is 192.168.7.0/24 which is running natting, mangling with two gateway and another servier which has only web-proxy enabled.

The customer is connected to the server 192.168.7.0/24. I want to use the another server 192.168.0.1/24 strictly for web-caching. How can i transfer all the traffic coming to 192.168.7.0/24 on port 80 to 192.168.0.1 for proxy.

Please let me know. Thanks in advance.

ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=dst-nat to-addresses=192.168.0.1 to-ports=8080

Let me know if i am making any mistake. Do i have to create a routing on server 192.168.7.0/24

Thanks in advance
Vasi Akhter