1
0
Fork 0
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:
Ross Kaffenberger 2015-08-25 13:28:55 -04:00
parent a7ed6ad5f2
commit 4d74ea7161

View file

@ -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) {