Add IPv6 listener to Nginx, fixes IO error in Rspamd logs

master
andryyy 2017-05-23 22:24:30 +02:00
parent 49bb816a1c
commit 258a8ee6e9
1 changed files with 1 additions and 0 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;