Site.conf is not allowing me to include conf outside the folder and the app public folder, include /app/public/… what am I missing? I can only include files in the includes folder.
I want to so my plugin can talk to the nginx conf.
server {
...
.....
include /path/to/my/site/root/my-nginx.conf;
....
......
}