web proxy

Hello
I have 9 rb433AH-s installed on points, minimum 30 clients are connected to each.
i have server on endpoint (mikrotik is isntalled), i want to run web proxy on rb433 wich will forwared all requests to server and i want to run parent web proxy on server.

How i can do this?

Thank you

you need external server cache, the rb433’s memory is 62MB you meed miniom 10GB

i have server with 320 gb hdd and 8 gb memory, on virtual i am running mikrotik, with 1.5 gb memory and 10 gb hdd.

ok redirect all macket to port 8080 and enable the web proxy

192.168.1.0/24 is the rang ip for all clients

/ip proxy  set enabled=yes cache-on-disk=yes port=8080

/ip firewall nat add chain=dstnat src-address=[192.168.1.0/24] protocol=tcp port=80 action=redirect to-port=8080