Matt
Owner
Matt submitted a new resource:
ipv6 on Debian with Nginx - Enable and set up IPv6 on Debian with Nginx
Read more about this resource...
ipv6 on Debian with Nginx - Enable and set up IPv6 on Debian with Nginx
First, make sure nginx is built with IPv6 support
Code:root@debian:~# nginx -V | grep -w ipv6 nginx version: nginx/1.7.1 built by gcc 4.7.2 (Debian 4.7.2-5) TLS SNI support enabled configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp...
Read more about this resource...
Last edited: