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 : gzip.conf
#### # per NGINX (http://nginx.org/en/docs/http/ngx_http_gzip_module.html): # - When using the SSL/TLS protocol, compressed responses may be subject to BREACH attacks. # - https://en.wikipedia.org/wiki/BREACH # The best mitigation (besides not using compression at all) is: # 1. Not sending sensitive data as part of your HTTP response # 2. Use strict samesite cookies # - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite # # If that is not an acceptable risk please uninstall `ea-nginx-gzip` ## # enable it and make it work gzip on; gzip_proxied any; gzip_vary on; gzip_disable "msie6"; # tune it gzip_buffers 16 8k; gzip_comp_level 5; gzip_min_length 256; # text/html is always included so it does not need to be in `gzip_types` # if you do add it you will getting: # `nginx: [warn] duplicate MIME type "text/html" in …` gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype application/x-font-ttf application/x-javascript application/x-web-app-manifest+json application/xhtml+xml application/xml font/eot font/opentype font/otf font/truetype image/bmp image/svg+xml image/vnd.microsoft.icon image/x-icon image/x-win-bitmap text/cache-manifest text/css text/json text/javascript text/plain text/shtml text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy text/x-js text/xml;
Close