blob: 71f9f1ea17308a5497ba78e026a7aaf19b91f346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
=encoding utf-8
=head1 Name
install - Installing nginx
=head1
nginx can be installed differently, depending on the operating system.
=head1 Installation on Linux
For Linux, nginx L<packages|linux_packages>
from nginx.org can be used.
=head1 Installation on FreeBSD
On FreeBSD, nginx can be installed either from the L<packages|https://docs.freebsd.org/en/books/handbook/ports/#pkgng-intro>
or through the
L<ports|https://docs.freebsd.org/en/books/handbook/ports/#ports-using>
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.
=head1 Building from Sources
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 L<configure>.
|