Vs
Size: a a a
Vs
<Ч
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 файл
k
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 файл
Vs
k
<Ч
DM
k
k
Vs
<Ч
<Ч
<Ч
k
k
Vs
<Ч