CentOS 6.3, nginx 1.2.4, php+fpm 5.4.7. Nginx was installed from the nginx repository, and PHP was hand compiled.by damon - Migration from Other Servers
Hi, I'm trying to migrate our PHP app to nginx + fpm, and I'm mostly there. We have a set of rewrite rules that will rewrite a URL from www.example.com/clientA into %{DOCUMENT_ROOT}/clients/clientA. The URL does not change from www.example.com/clientA in the client's browser. Here are the current rewrite rules. They split the URL to get the client name and the path requested into 2 variableby damon - Migration from Other Servers