Tagged Questions
1
vote
1answer
336 views
Serve different files for specific user agents using nginx
Using nginx, how do you serve different static files for different user agents? For example, if the current user is using an iPhone, they should be served mobile_index.html, whereas all other user ...