root html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
Can the root directory of the above root html website be configured with any directory on Linux or Mac? ? Or is there a certain range?
Any directory, there is no so-called scope, just point to the root directory of your project.
Any directory
You can guess it just by searching on Baidu