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" ];
|
2014-02-13 17:19:07 +00:00
|
|
|
# env [ "G_SLICE=always-malloc", "G_DEBUG=gc-friendly,fatal_criticals" ];
|
2014-02-10 14:33:04 +00:00
|
|
|
# wrapper [ "/usr/bin/valgrind", "--leak-check=full", "--show-reachable=yes", "--leak-resolution=high" ];
|
2009-12-26 13:14:12 +00:00
|
|
|
|
2014-02-13 17:19:07 +00:00
|
|
|
# need separate statements for IPv4 and IPv6. if none are configured, allow
|
|
|
|
# TCP port 80 and 443 on all IPv4 and IPv6.
|
2014-02-10 14:33:04 +00:00
|
|
|
# no port means 80 and 443 are allowed:
|
2014-02-13 17:19:07 +00:00
|
|
|
# allow_listen "0.0.0.0/0";
|
|
|
|
# allow_listen "[::/0]";
|
2014-02-10 14:33:04 +00:00
|
|
|
|
2014-02-13 17:19:07 +00:00
|
|
|
# allow_listen "0.0.0.0/0:8080";
|
|
|
|
# allow_listen "[::/0]:8080";
|