diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 2981bf4a..ba4cd35c 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -158,8 +158,8 @@ Have fun! LAM runtime environment: LAM runs on PHP. Therefore, it is independant of CPU architecture - and operating system (OS). You can run LAM on any OS which supports Apache - or other PHP compatible web servers. + and operating system (OS). You can run LAM on any OS which supports + Apache, Nginx or other PHP compatible web servers. Home directory server: @@ -390,16 +390,16 @@ Have fun! - lam/sess: write permission for apache user + lam/sess: write permission for apache/nginx user - lam/tmp: write permission for apache user + lam/tmp: write permission for apache/nginx user lam/config (with subdirectories): write permission for - apache user + apache/nginx user @@ -429,13 +429,13 @@ Have fun! - --with-httpd-user=USER USER is the name of your Apache - user account (default httpd) + --with-httpd-user=USER USER is the name of your + Apache/Nginx user account (default httpd) --with-httpd-group=GROUP GROUP is the name of your - Apache group (default httpd) + Apache/Nginx group (default httpd) diff --git a/lam/docs/manual-sources/images/lam_architecture.png b/lam/docs/manual-sources/images/lam_architecture.png index 7c8b8d07..accf60d9 100644 Binary files a/lam/docs/manual-sources/images/lam_architecture.png and b/lam/docs/manual-sources/images/lam_architecture.png differ