When I add Cloudflare origin certificate to one website on the same server and click the orange cloud (full ssl) for the single website it turns on SSL for all the websites on the same server (sounds great) however if I have a html file or robots.txt file on the website I applied SSL on it also serves the same file across all the websites on the same server.
e.g.
/robots.txt (applied Full SSL)
/robots.txt
<site3/robots.txt
If I go to any of these URL’s in the browser all the robots.txt files look the same, even though I know the files are different on the server for each website.
I’m running a LEMP server Ubuntu Bionic.
I don’t have this same issue with letscrypt but would prefer to use cloudflare.
Thanks