Internal curl IPv4
Linode
Linode Staff
I deployed nginx to serve my website https://example.com
If I execute the command "curl -I https://example.com" in my Linode console, the request IP(client ip) is from an IPv6 address(server address itself), which i checked in nginx access log. If I run the same command in my laptop, the request ip is from my laptop's IPv4 IP address.
How do I configure the system to use IPv4 in the server console?