mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #1193 from jbruni/master
Tiny typo fix (comment at nginx.sample.conf)
This commit is contained in:
commit
86e5c9afc2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue