Fix syntax error in nginx example configuration

This commit is contained in:
Felix Kiss 2013-09-26 15:03:22 +02:00
parent 00ae1a1bfb
commit 9f87155347

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: