Merge pull request #157 from felixkiss/patch-1

Fix syntax error in nginx example configuration
This commit is contained in:
Dan Cryer 2013-09-26 06:10:32 -07:00
commit 9745213a1b

View file

@ -66,7 +66,7 @@ _**Please be aware that PHPCI is a beta-release project, so whilst it is very st
location / {
try-files $uri $uri/ index.php
try_files $uri $uri/ index.php
}
Finally, you'll want to set up PHPCI to run as a regular cronjob, so run `crontab -e` and enter the following: