mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 13:42:11 +00:00
22 lines
482 B
Plaintext
22 lines
482 B
Plaintext
# Logs are managed by logrotate on Debian
|
|
logfile_rotate 0
|
|
|
|
acl to_ipv6 dst ipv6
|
|
acl from_ipv6 src ipv6
|
|
|
|
acl to_ipv4 dst ipv4
|
|
acl from_ipv4 src ipv4
|
|
|
|
#acl all src all
|
|
acl Safe_ports port 8086
|
|
acl SSS_ports port 8086
|
|
http_access allow to_ipv4
|
|
http_access allow from_ipv4
|
|
http_access deny to_ipv6
|
|
http_access deny from_ipv6
|
|
http_access allow all
|
|
debug_options ALL,0 85,2 88,2
|
|
|
|
# Set max_filedescriptors to avoid using system's RLIMIT_NOFILE. See LP: #1978272
|
|
max_filedescriptors 1024
|