Sfoglia il codice sorgente

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

andryyy 8 anni fa
parent
commit
258a8ee6e9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      data/conf/nginx/dynmaps.conf

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

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