Hi,
On Mon Jan 16 14:31:49 2017, basti wrote:
> server {
> #listen443 http2 reuseport;
> listen 443; ## listen for ipv4
> listen [::]:443 ipv6only=on; ## listen for ipv6
>
> server_name ssl.example.com;
>
> access_log /var/log/nginx/https.access.log;
> error_l
Hi,
On my server, I don’t have a v4 resolver, juste an IPv6 one:
bulbizarre ~ # cat /etc/resolv.conf
# Generated by dhcpcd from eth0.dhcp, eth0.ra
# /etc/resolv.conf.head can replace this line
domain swordarmor.fr
nameserver 2001:470:1f13:138::1
# /etc/resolv.conf.tail can replace this line
I hav