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 /
conf.d /
[ HOME SHELL ]
Name
Size
Permission
Action
includes-optional
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
server-includes
[ DIR ]
drwxr-xr-x
server-includes-standalone
[ DIR ]
drwxr-xr-x
users
[ DIR ]
drwxr-xr-x
users.backup
[ DIR ]
drwxr-xr-x
00-block-hosokawa.conf
326
B
-rw-r--r--
00-block-platypus.conf
408
B
-rw-r--r--
00-block-urgentrx.conf
320
B
-rw-r--r--
block_domains.conf
245
B
-rw-r--r--
block_domains.conf.bak
295
B
-rw-r--r--
brotli.conf
1.9
KB
-rw-r--r--
cpanel-proxy-non-ssl.conf
1.27
KB
-rw-r--r--
default.conf
964
B
-rw-r--r--
drop_platypus.conf
245
B
-rw-r--r--
ea-nginx.conf
3.68
KB
-rw-r--r--
ea-nginx.conf.backup
3.68
KB
-rw-r--r--
global-logging.conf
1.59
KB
-rw-r--r--
gzip.conf
1.93
KB
-rw-r--r--
users.conf
29
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ea-nginx.conf
map $host $CPANEL_APACHE_PROXY_IP { default 127.0.0.1; } map $host $CPANEL_APACHE_PROXY_PORT { default 81; } map $host $CPANEL_APACHE_PROXY_SSL_IP { default 127.0.0.1; } map $host $CPANEL_APACHE_PROXY_SSL_PORT { default 444; } map $host $CPANEL_SERVICE_SUBDOMAIN { default 0; } server_names_hash_max_size 6296; server_names_hash_bucket_size 256; client_max_body_size 128m; ssl_protocols TLSv1.2 TLSv1.3; proxy_ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256; proxy_ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256; ssl_dhparam /usr/local/cpanel/etc/dhparam_from_cpanel.pem; ################################################################ #### This is to support keepalive; this is not load balancing ## ################################################################ upstream apache_backend_https_72_167_141_120 { server 72.167.141.120:444; # needs to be before keepalive configs # set in /etc/nginx/ea-nginx/settings.json, default is 32 keepalive 32; # set in EA4 global config (WHM/Service Configuration/Apache Configuration) keepalive_timeout 5; # no suffix means seconds # set in EA4 global config (WHM/Service Configuration/Apache Configuration) # Apache being set to Unlimited results in 1000 here since NGINX does not have an equivalent to unlimited keepalive_requests 100; # keepalive_time can be set in /etc/nginx/ea-nginx/settings.json # To see how your keepalive config tuning behaves: # 1. Ensure NGINX caching is disabled # 2. Ensure NGINX `worker_processes` is 1 # 3. make sure Apache and NGINX are restarted fully # * There should be no lingering TCP connections between NGINX to Apache. # 4. Monitor TCP connections between NGINX to Apache: # * `netstat -an | grep -c :444` # 5. Generate traffic with `ab` with various concurrent connections to various # * Using step 4 to see if the number of connections is what you are aiming for } upstream apache_backend_http_72_167_141_120 { server 72.167.141.120:81; # needs to be before keepalive configs # set in /etc/nginx/ea-nginx/settings.json, default is 32 keepalive 32; # set in EA4 global config (WHM/Service Configuration/Apache Configuration) keepalive_timeout 5; # no suffix means seconds # set in EA4 global config (WHM/Service Configuration/Apache Configuration) # Apache being set to Unlimited results in 1000 here since NGINX does not have an equivalent to unlimited keepalive_requests 100; # keepalive_time can be set in /etc/nginx/ea-nginx/settings.json # To see how your keepalive config tuning behaves: # 1. Ensure NGINX caching is disabled # 2. Ensure NGINX `worker_processes` is 1 # 3. make sure Apache and NGINX are restarted fully # * There should be no lingering TCP connections between NGINX to Apache. # 4. Monitor TCP connections between NGINX to Apache: # * `netstat -an | grep -c :81` # 5. Generate traffic with `ab` with various concurrent connections to various # * Using step 4 to see if the number of connections is what you are aiming for }
Close