Linux res4.skyhost.pk 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64
LiteSpeed
Server IP : 65.109.66.33 & Your IP : 216.73.217.126
Domains : 334 Domain
User : supercareproduct
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
nginx /
ea-nginx /
Delete
Unzip
Name
Size
Permission
Date
Action
config-scripts
[ DIR ]
drwxr-xr-x
2026-05-06 00:44
html
[ DIR ]
drwxr-xr-x
2026-08-29 20:46
meta
[ DIR ]
drwxr-xr-x
2026-08-29 20:46
cache.json
461
B
-rw-r--r--
2026-08-26 01:21
cpanel-password-protected-dirs.tt
152
B
-rw-r--r--
2026-08-26 01:21
cpanel-php-location.tt
697
B
-rw-r--r--
2026-08-26 01:21
cpanel-wordpress-location.tt
90
B
-rw-r--r--
2026-08-26 01:21
cpanel_localhost_header.json
95
B
-rw-------
2026-09-12 19:16
default.conf.tt
1.22
KB
-rw-r--r--
2026-08-26 01:21
ea-nginx.conf.tt
3.11
KB
-rw-r--r--
2026-08-26 01:21
global-logging.tt
2.29
KB
-rw-r--r--
2026-08-26 01:21
server.conf.tt
11.5
KB
-rw-r--r--
2026-08-26 01:21
settings.json
168
B
-rw-r--r--
2026-05-06 00:44
Save
Rename
server { listen 80[% IF reuseport %] reuseport[% END %]; [% IF !ipv6 %]# server does not have IPv6 enabled: [% END %]listen [::]:80[% IF reuseport %] reuseport[% END %]; # We want SSL for this server so http:// and https:// work the same for these server_name’s listen 443 ssl[% IF reuseport %] reuseport[% END %]; [% IF !ipv6 %]# server does not have IPv6 enabled: [% END %]listen [::]:443 ssl[% IF reuseport %] reuseport[% END %]; http2 [% http2 ? "on" : "off" %]; ssl_certificate [% ssl_certificate %]; ssl_certificate_key [% ssl_certificate_key %]; # $hostname because we do not want the machine's hostname to be treated as a service subdomain # (e.g. $hostname is cpanel.example.com) # 127.0.0.1 and localhost so that those are handled consistently like $hostname server_name 127.0.0.1 localhost $hostname; location / { include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass http://$CPANEL_APACHE_PROXY_IP:$CPANEL_APACHE_PROXY_PORT; } error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html; } [%- IF uid %] set $USER_ID ""; [% END -%] include conf.d/server-includes/*.conf; }