view xml/en/docs/install.xml @ 3090:27532d42102b default tip

Documented the "rate" parameter of the "error_log" directive.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 16 Jun 2024 06:55:30 +0300
parents 8a61d0ed67fa
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!DOCTYPE article SYSTEM "../../../dtd/article.dtd">

<article name="Installing nginx"
         link="/en/docs/install.html"
         lang="en"
         rev="4"
         toc="no">

<section>

<para>
nginx can be installed differently, depending on the operating system.
</para>

</section>


<section id="linux" name="Installation on Linux">

<para>
For Linux, packages provided by the distribution can be used.
</para>

</section>


<section id="freebsd" name="Installation on FreeBSD">

<para>
On FreeBSD, nginx can be installed either from the <link
url="https://docs.freebsd.org/en/books/handbook/ports/#pkgng-intro">packages</link>
or through the
<link url="https://docs.freebsd.org/en/books/handbook/ports/#ports-using">ports</link>
system.
The ports system provides greater flexibility, allowing selection among
a wide range of options.
The port will compile nginx with the specified options and install it.
</para>

</section>


<section id="source_install" name="Building from Sources">

<para>
If some special functionality is required, not available with packages and
ports, nginx can also be compiled from source files.
While more flexible, this approach may be complex for a beginner.
For more information, see <link doc="configure.xml"/>.
</para>

</section>

</article>