On Thu, Dec 20, 2012 at 1:45 PM, Bentley, Dain <dbent...@nas.edu> wrote: > Hello all, > I've configured a wordpress site on NGINX/OpenBSD 5.2/php_fpm. > It works fine but I seem to have problems installing plugins and getting > information from RSS feeds because the wordpress API can't seem to resolve > hostnames. > > I suspect it has something to do with the fact NGINX is chrooted so I tried > to move the resolv.conf over but nothing. Is there anything I need to move > over to the /var/www directory to get name resolution working correctly with > my web apps?
Copying /etc/resolv.conf to /var/www/etc/resolv.conf should be all that is required.