I installed varnish on my server which uses magento.
ports have changed so that now the varnish works on port 80, and magento works on 8080,
there are certain functions that will not work in the backend, as the URL is www.mystore.com/admin
but actually the store url is www.mystore.com:8080/admin
can someone help me change the backend port.
a function that doesn't work is a packing list for printing, where I change the port in javascript on the interface that it works. but there are many features, so I need more than a quick fix.
Thank you
source share