Like the title ..
Don’t want to parse PHP files with permission 777
漂亮男人2017-05-16 17:22:04
It seems that there is no access control based on file attributes. From what I understand, your needs can really be used to control access to a certain file.
location ~ /config.php {
deny all;
}