Important: Nginx Careful Configuration

Interesting read. I already had my nginx configured against this in a roundabout sort of way, but the solution of adding
Code:
try_files $uri =404;
to the php location block is much better.
 
Top Bottom