Add log_helper to Rspamd, add IPv6 for http maps in Nginx, make Bind listen on v6 and add acl for internal network

This commit is contained in:
andryyy
2017-05-23 22:23:34 +02:00
parent d1b99d2355
commit 466b8137e5
3 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
server {
listen 8081;
listen [::]:8081;
index index.php index.html;
server_name _;
error_log /var/log/nginx/error.log;