2014-02-10 14:33:04 +00:00
|
|
|
user "www-data";
|
|
|
|
max_open_files 16384;
|
2009-12-26 13:14:12 +00:00
|
|
|
|
2014-02-10 14:33:04 +00:00
|
|
|
copy_env [ "PATH" ];
|
|
|
|
# env [ "G_SLICE=always-malloc", "G_DEBUG=gc-friendly" ];
|
|
|
|
# wrapper [ "/usr/bin/valgrind", "--leak-check=full", "--show-reachable=yes", "--leak-resolution=high" ];
|
2009-12-26 13:14:12 +00:00
|
|
|
|
2014-02-10 14:33:04 +00:00
|
|
|
# need separate statements for IPv4 and IPv6. if none are configured, allow port 80 and 443 on all IPv4 and IPv6.
|
|
|
|
# no port means 80 and 443 are allowed:
|
|
|
|
# allow_listen_ip "0.0.0.0/0";
|
|
|
|
# allow_listen_ip "[::/0]";
|
|
|
|
|
|
|
|
# allow_listen_ip "0.0.0.0/0:8080";
|
|
|
|
# allow_listen_ip "[::/0]:8080";
|