Tag: docker nginx disable ipv6
Nginx Proxy_Pass Ipv6
Setting up Nginx with proxy_pass and IPV6 – Stack Overflow The following code results in a 502 Bad Gateway. When I replace it with an IPV4 address the code works. How do I use proxy_pass with an IPV6 address? server { listen 80 ipv6only=on; listen [::]:80 ipv6only=on; server_name; location /…
Read More