support Nginx

This commit is contained in:
Roland Gruber 2014-08-26 18:19:31 +00:00
parent 849ffead99
commit 4f124b1d0f
2 changed files with 8 additions and 8 deletions

View File

@ -158,8 +158,8 @@ Have fun!
<para><emphasis role="bold">LAM runtime environment:</emphasis></para>
<para>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.</para>
and operating system (OS). You can run LAM on any OS which supports
Apache, Nginx or other PHP compatible web servers.</para>
<para><emphasis role="bold">Home directory server:</emphasis></para>
@ -390,16 +390,16 @@ Have fun!
<itemizedlist>
<listitem>
<para>lam/sess: write permission for apache user</para>
<para>lam/sess: write permission for apache/nginx user</para>
</listitem>
<listitem>
<para>lam/tmp: write permission for apache user</para>
<para>lam/tmp: write permission for apache/nginx user</para>
</listitem>
<listitem>
<para>lam/config (with subdirectories): write permission for
apache user</para>
apache/nginx user</para>
</listitem>
<listitem>
@ -429,13 +429,13 @@ Have fun!
<itemizedlist>
<listitem>
<para>--with-httpd-user=USER USER is the name of your Apache
user account (default httpd)</para>
<para>--with-httpd-user=USER USER is the name of your
Apache/Nginx user account (default httpd)</para>
</listitem>
<listitem>
<para>--with-httpd-group=GROUP GROUP is the name of your
Apache group (default httpd)</para>
Apache/Nginx group (default httpd)</para>
</listitem>
<listitem>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 159 KiB