trimstray / nginx-admins-handbook

How to improve NGINX performance, security, and other important things.
MIT License
13.48k stars 1.08k forks source link

Fixed found entries in location matching example #9

Closed zumoshi closed 5 years ago

zumoshi commented 5 years ago

In the Matching location section's example URL table, there are a few entries with repeated locations found entries:

1) prefix match for /
2) prefix match for /

I think the second one was meant to be the rule for .(png\|ico\|gif\|xcf)$.

trimstray commented 5 years ago

@zumoshi :1st_place_medal: