소스 검색

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

andryyy 8 년 전
부모
커밋
258a8ee6e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      data/conf/nginx/dynmaps.conf

+ 1 - 0
data/conf/nginx/dynmaps.conf

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