document root clarity

This commit is contained in:
marito 2025-06-17 01:15:40 +00:00
parent 290efac062
commit 16cef27eb9

View File

@ -23,7 +23,8 @@
# A list of all your projects. # A list of all your projects.
# - domain: Local domain to access via browser. # - domain: Local domain to access via browser.
# project_root: Base project directory (where .git or composer.json is). # project_root: Base project directory (where .git or composer.json is).
# document_root: Public web directory served by Nginx (e.g., /public). # document_root: Directory where your entrypoint (e.g., index.php) lives.
# For Laravel, this is typically /public.
# php_version: PHP version for this project. # php_version: PHP version for this project.
# database: (Optional) Database name to create for this project. # database: (Optional) Database name to create for this project.