I have a PHP application / website served by nginx. When I navigate around the website using Google Chrome with the dev tools network panel open I can see just prior to navigating to a new page URL page there is a prefetch request, that the server returns with code 503 (not available).
CloudFlare is being used as a proxy.
I'm concerned about these 503 errors. Is an nginx configuration required to handle prefetch requests properly?