Open squid.conf file
Find the http_port tag and change 3128 to 80
Save the edits and restart squid (service squid restart)

To verify it is using the correct port run this command in SSH
Code: 
netstat -tulpn | grep ':80'