nginx: Add missing zlib dependency
[openwrt/svn-archive/archive.git] / net / nginx / Config.in
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 menu "Configuration"
9 depends on PACKAGE_nginx
10
11 config NGINX_STUB_STATUS
12 bool
13 prompt "Enable stub status module"
14 default n
15 help
16 Enable the stub status module which gives some status from the server.
17
18 config NGINX_FLV
19 bool
20 prompt "Enable FLV module"
21 default n
22 help
23 Provides the ability to seek within FLV (Flash) files using time-based offsets.
24
25 config NGINX_SSL
26 bool
27 prompt "Enable SSL module"
28 default n
29 help
30 Enable HTTPS/SSL support.
31
32 config NGINX_DAV
33 bool
34 prompt "Enable WebDAV module"
35 default n
36 help
37 Enable the HTTP and WebDAV methods PUT, DELETE, MKCOL, COPY and MOVE.
38
39 endmenu