k
Size: a a a
k
AN
k
Vs
AN
<Ч
server {захожу из браузера - 404
listen 80;
server_name _;
root /usr/www/html/;
location /.well-known/ {} # do not redirect requests letsencrypt
location / { # the default location redirects to https
return 301 https://$host$request_uri;
}
include bots/*.conf;
}
docker-compose exec nginx cat /usr/www/html/index.htmlпоказал мне html файл
root /usr/www/html/;
ну и ладноAN
Vs
Vs
AN
k
AN
Vs
AN