Fixed typo at nginx.sample.conf

This commit is contained in:
J Bruni 2013-07-14 01:06:59 -03:00
parent 2aa487d2c8
commit a42ed5d831
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}