mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 08:13:49 +08:00
Fixed typo at nginx.sample.conf
This commit is contained in:
@ -49,7 +49,7 @@ server {
|
|||||||
|
|
||||||
|
|
||||||
# If the file exists as a static file serve it directly without
|
# 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) {
|
if (-f $request_filename) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user