Like the title ..
Don’t want to parse PHP files with permission 777
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; }
If you don’t want access, set the file permissions to 0600
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.
If you don’t want access, set the file permissions to 0600