From a42ed5d831161e9c770a30c99219cdfced9f17f3 Mon Sep 17 00:00:00 2001 From: J Bruni Date: Sun, 14 Jul 2013 01:06:59 -0300 Subject: [PATCH] Fixed typo at nginx.sample.conf --- config/nginx.sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.sample.conf b/config/nginx.sample.conf index 2fa141bc05e..ee5efabec83 100644 --- a/config/nginx.sample.conf +++ b/config/nginx.sample.conf @@ -49,7 +49,7 @@ server { # If the file exists as a static file serve it directly without - # running all the other rewite tests on it + # running all the other rewrite tests on it if (-f $request_filename) { break; }