mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Correct spelling in docs/nginx.md
This commit is contained in:
parent
a7ed6ad5f2
commit
4d74ea7161
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ server {
|
|||
}
|
||||
|
||||
# check for index.html for directory index
|
||||
# if its there on the filesystem then rewite
|
||||
# if it's there on the filesystem then rewrite
|
||||
# the url to add /index.html to the end of it
|
||||
# and then break to send it to the next config rules.
|
||||
if (-f $request_filename/index.html) {
|
||||
|
|
Loading…
Reference in a new issue