Hello, I’m working with aaPanel and I have two projects:
/www/wwwroot/projectA
/www/wwwroot/projectB
Project A needs to read JSON files located in Project B. For example:
/www/wwwroot/projectB/jsonfiles/filename.json
What’s the best way to set up permissions or configuration so that PHP in projectA can safely access files in projectB?
I'm using AlmaLinux 9 it has SELinux
Has anyone figured out a solution for this?