From 9b778319bcadc15348aac9067fe584a043589cc4 Mon Sep 17 00:00:00 2001 From: marito Date: Sun, 15 Jun 2025 11:27:13 +0000 Subject: [PATCH] sites clarity --- Lenvi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lenvi.yaml b/Lenvi.yaml index d33f4a5..40d0487 100644 --- a/Lenvi.yaml +++ b/Lenvi.yaml @@ -12,7 +12,7 @@ db_credentials: # 3. Define all your web sites below. # WSL users: Ensure these paths are correct for your WSL environment. -# For WSL, you might need to use paths like /home/lenvi/projects/laravel instead of /mnt/c/Users/YourUser/projects/laravel +# If your project directory is on windows filesystem use /mnt/c i.e., /mnt/c/Users/YourUser/projects/laravel sites: # Example for a standard Laravel project - domain: mylaravelapp.local @@ -28,7 +28,7 @@ sites: php_version: "8.0" database: "legacy_db" - # Example for a simple static HTML site (no PHP or DB) + # Example for a simple site (no DB) - domain: phpmyadmin.local project_root: /home/lenvi/projects/phpmyadmin # Directory for management document_root: /home/lenvi/projects/phpmyadmin # Nginx serves from the root