D
D
Dnomin2019-06-05 16:06:48
Nginx
Dnomin, 2019-06-05 16:06:48

Nginx, why is the domain only accessible from within?

Hello, there is a domain dnomin.tk
From my browser I can access www.dnomin.tk and mail.dnomin.tk, but at dnomin.tk I get an error.
But with curl from the server itself, I can easily access dnomin.tk

/etc/nginx/sites-enabled/*
server {
listen 80;
listen [::]:80;
server_name dnomin.tk www.dnomin.tk;
location / {
include uwsgi_params;
uwsgi_pass unix:/home/dnomin/conf_bot/conf_bot.sock;
}
}
dns
5cf7be6627508792299691.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Danil Sapegin, 2019-06-05
@ynblpb_spb

hello there opens

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question