Re: CakePHP + nginx + VPS

2011-01-05 Thread Miles J
Ive done this many times, here's my nginx setup: domain1.com/ ---public/ --app/ ---private/ ---logs/ domain2.com/ ---public/ --app/ ---private/ ---logs/ The public folder contains the cake/php app files. Private contains anything that's shouldn't be accessible, and logs is logs. The nginx

RE: CakePHP + nginx + VPS

2011-01-05 Thread Dave Maharaj
Right on thanks. Will check his blog to. Dave I do: project (svn repository) trunk - libs - - cakephp - - - cakephp-version - app (named after the project usually) - - webroot <- this is the nginx doc root. All you need in webroot/index.php for the above to work is to point cake at the correct

Re: CakePHP + nginx + VPS

2011-01-05 Thread Jon Bennett
> Just curious if any one has set this type of install up. Cake on nginx? > > > > So far just getting everything set up and ended up with > srv/www/domain.com/public_html/app => all my files > > > > I want to keep cake folder outside web access so I was going to use > lib/{cakeversions}/cake > > >