We got site written on Drupal.
We want to make Nginx caching but there is one problem we met.
Nginx caching works perfect, but if user A will go to page http://domain.com and nginx cache it. User B use mobile theme http://domain.com/?theme=mobile and went to http://domain.com/ , he will see desktop version instead of mobile version.
I want to make something like http://domain.com/any/url/path for desktop version and http://domain.com/mobile/any/url/path
Is it possible? Where can I found information about how to do it?