I have a bunch of files I'm serving as static files (the rest of the files are Django), and one of them does nothing when you put in the URL. I'm guessing it's because the server doesn't recognise the file extension 'entities' (the URL is https://www.xml.com/iso/isolat2-xml.entities). My preference would be to recognise this as a plain text file and do nothing with it other than show it as text. How do I set that up?
Thanks!