Answer the question
In order to leave comments, you need to log in
Why does the site not work through ipv6 (502, nginx)?
Hello.
I added AAAA records for the domain, configured the nginx web server as follows:
server {
listen [::]:80 ipv6only=on;
listen 80;
server_name example.com www.example.com;
root /var/www/default;
location / {
try_files $uri $uri/ =404;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question