Find my solution here: https://stackoverflow.com/questions/76638623/how-to-configure-root-include-path-for-dockerized-php-with-nginxby todor.petrov - Php-fpm Mailing List - English
I have the following files structure: var #################################### └── www ############################## #####└── html ########################## ########## ├── include ################## ########## │######└── DB_tools.php ###### ########## └── index.php ################ I want to put require_once('/include/DB_tools.php'); in index.php file sby todor.petrov - Php-fpm Mailing List - English