
my /www/server/panel/vhost/nginx/0.default.conf
server
{
listen 80;
server_name _;
index empty.html;
root /www/server/panel/data;
}
It returns 404 when accessing my ip
but when I try to add https://my-server-ip
its working fine and I can't add https://my-server-ip to quic
anyone using quic lscache how you add your server ip?