Re: Serving wordpress from subdomain

2014-05-18 Thread Francis Daly
On Thu, May 15, 2014 at 10:38:39PM -0400, adambenayoun wrote: Hi there, > My setup is nginx + php-fpm. I am running a web application on domain.com > and I am serving a wordpress configuration from domain.com/blog. For info: that's not a subdomain. It's frequently called "non-root" or "sub direc

Re: Serving wordpress from subdomain

2014-05-15 Thread Alan Chandler
On 16/05/14 03:38, adambenayoun wrote: My setup is nginx + php-fpm. I am running a web application on domain.com and I am serving a wordpress configuration from domain.com/blog. The problem is that the web app is served from /var/www/domain/html/http and wordpress is located outside of the root

Serving wordpress from subdomain

2014-05-15 Thread adambenayoun
My setup is nginx + php-fpm. I am running a web application on domain.com and I am serving a wordpress configuration from domain.com/blog. The problem is that the web app is served from /var/www/domain/html/http and wordpress is located outside of the root directory: /var/www/domain/html/blog How