I need to serve different files depending on the user-agent. This is an extraordinary basic requirement, one step up from serving files at all.
The standard answer seems to be, use an if statement.
However, it is apparently well-known that if statements shouldn't be used.
So the answer at this moment seems to be Apache, but I told my boss nginx was a usable product. Any suggestions?