From 9f87155347e915cc4229db04cd19c64f62be2c69 Mon Sep 17 00:00:00 2001 From: Felix Kiss Date: Thu, 26 Sep 2013 15:03:22 +0200 Subject: [PATCH] Fix syntax error in nginx example configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91fdb861..f1233c2d 100644 --- a/README.md +++ b/README.md @@ -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: