История изменений
Исправление Deleted, (текущая версия) :
Вот, если курлом ходить что в логах остаётся.
root@cloud:~# curl http://collabora.linux.org.ru:80
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
</body>
</html>
root@cloud:~# cat /var/log/nginx/error.log
root@cloud:~# cat /var/log/nginx/access.log
127.0.0.1 - - [22/Jul/2019:19:43:27 +0300] "GET / HTTP/1.1" 200 612 "-" "curl/7.64.0"
Исходная версия Deleted, :
Вот, если курлом ходить что в логах остаётся.
root@cloud:~# curl http://collabora.internal.qbix.ru:80
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
</body>
</html>
root@cloud:~# cat /var/log/nginx/error.log
root@cloud:~# cat /var/log/nginx/access.log
127.0.0.1 - - [22/Jul/2019:19:43:27 +0300] "GET / HTTP/1.1" 200 612 "-" "curl/7.64.0"