Nginx 如何获取创建sub.sub.sub.sub获取请求的进程

Nginx 如何获取创建sub.sub.sub.sub获取请求的进程,nginx,get,localhost,subdomain,Nginx,Get,Localhost,Subdomain,我正在运行一个NGINX服务器(1.14.0-8.5.3.4~jessie1),并从127.0.0.1中获取每个现有子域的随机请求 2018/09/01 11:06:35 [error] 43030#43030: *799005 open() "/var/www /roundcube.owncloud.seafile.owncloud.*****.onion" failed (2: No such file or directory), client: 127.0.0.1, server: **

我正在运行一个NGINX服务器(
1.14.0-8.5.3.4~jessie1
),并从
127.0.0.1
中获取每个现有子域的随机请求

2018/09/01 11:06:35 [error] 43030#43030: *799005 open() "/var/www
/roundcube.owncloud.seafile.owncloud.*****.onion" failed
(2: No such file or directory), client: 127.0.0.1, server: ****.org,
request: "GET     /roundcube.owncloud.seafile.owncloud.****.onion
HTTP/1.1", host: "roundcube.owncloud.seafile.owncloud.****.onion",
referrer: "https://roundcube.owncloud.seafile.owncloud.****.onion/"
正如您所看到的,子域的长度和数量以及请求的时间是随机变化的

2018/09/01 11:06:47 [error] 43030#43030: *799058 open() "/var/www
/seafile.owncloud.seafile.pad.roundcube.pad.roundcube.seafile.seafile.
pad.roundcube.roundcube.owncloud.pad.roundcube.owncloud.pad.pad.seafile.
roundcube.roundcube.owncloud.*****.onion" failed (2: No such 
file or directory), client: 127.0.0.1, server: *****.org, request: "GET 
/seafile.owncloud.seafile.pad.roundcube.pad.roundcube.seafile.seafile.pad.
roundcube.roundcube.owncloud.pad.roundcube.owncloud.pad.pad.seafile.
roundcube.roundcube.owncloud.*****.onion HTTP/1.1", host: 
"seafile.owncloud.seafile.pad.roundcube.pad.roundcube.seafile.seafile.
pad.roundcube.roundcube.owncloud.pad.roundcube.owncloud.pad.pad.seafile.
roundcube.roundcube.owncloud.*****.onion"
我怎样才能得到制造这种混乱的过程


没有运行cron作业。

。onion
URL应与Tor相关。您是在本地使用它还是在Firefox上使用它?在服务器上,tor服务正在运行以提供洋葱地址。Nginx处理它们时没有问题(可以通过tor访问它们)。服务器上没有firefox正在运行。