Answer the question
In order to leave comments, you need to log in
Why did nginx stop writing access logs for ipv4?
Good afternoon, colleagues!
Such a question, after reconfiguring nginx to work with ipv6 addresses, nginx itself stopped writing logs for ipv4 addresses...
The configuration is standard:
listen [::]:443 ssl http2;
server_name domain.com;
......
error_log /var/log/nginx/domains/domain.com.error.log error;
access_log /var/log/nginx/domains/domain.com.access.log compression;
......
Answer the question
In order to leave comments, you need to log in
Doesn't it bother you that nginx is configured only for IPV6?
listen [::]:443 ssl http2;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question