help (584:28e8e1877e62) help (795:b1af612217d6)
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
6cat << END
7
8./configure options:

--- 19 unchanged lines hidden (view full) ---

28 --user=USER set non-privileged processes to run as specified user
29 default: "$NXT_USER"
30 --group=GROUP set non-privileged processes to run as specified group
31 default: user's primary group
32
33 --no-ipv6 disable IPv6 support
34 --no-unix-sockets disable Unix domain sockets support
35
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
6cat << END
7
8./configure options:

--- 19 unchanged lines hidden (view full) ---

28 --user=USER set non-privileged processes to run as specified user
29 default: "$NXT_USER"
30 --group=GROUP set non-privileged processes to run as specified group
31 default: user's primary group
32
33 --no-ipv6 disable IPv6 support
34 --no-unix-sockets disable Unix domain sockets support
35
36 --openssl enable OpenSSL library usage
37
36 --debug enable debug logging
37
38
39 python OPTIONS configure Python module
40 run "./configure python --help" to see available options
41
42 php OPTIONS configure PHP module
43 run "./configure php --help" to see available options
44
45 go OPTIONS configure Go module
46 run "./configure go --help" to see available options
47
48 perl OPTIONS configure Perl module
49 run "./configure perl --help" to see available options
50
51 ruby OPTIONS configure Ruby module
52 run "./configure ruby --help" to see available options
53
54END
38 --debug enable debug logging
39
40
41 python OPTIONS configure Python module
42 run "./configure python --help" to see available options
43
44 php OPTIONS configure PHP module
45 run "./configure php --help" to see available options
46
47 go OPTIONS configure Go module
48 run "./configure go --help" to see available options
49
50 perl OPTIONS configure Perl module
51 run "./configure perl --help" to see available options
52
53 ruby OPTIONS configure Ruby module
54 run "./configure ruby --help" to see available options
55
56END