!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/etc/nginx/sites-enabled/   drwxr-xr-x
Free 13.14 GB of 57.97 GB (22.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     wincloudbd.com.conf (2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
server {
    listen              443 ssl http2;
    listen              [::]:443 ssl http2;
    server_name         www.wincloudbd.com;

    # SSL
   
    ssl_certificate      /etc/ssl/certs/partner.wincloudbd.com.pem;
    ssl_certificate_key /etc/ssl/private/partner.wincloudbd.com.pem;

    # security
    include             nginxconfig.io/security.conf;

    # logging
    access_log          /var/log/nginx/wincloudbd.com.access.log cloudflare;
    error_log           /var/log/nginx/wincloudbd.com.error.log warn;

    # reverse proxy
    location / {
        proxy_pass http://127.0.0.1:3000;
        include    nginxconfig.io/proxy.conf;
    }

    # additional config
    include nginxconfig.io/general.conf;
}

# CDN
server {
    listen              443 ssl http2;
    listen              [::]:443 ssl http2;
    server_name         cdn.wincloudbd.com;
    root                /var/www/html;

    # SSL
     ssl_certificate /etc/ssl/certs/partner.wincloudbd.com.pem;
    ssl_certificate_key /etc/ssl/private/partner.wincloudbd.com.pem;

    # disable access_log
    access_log          off;

    # allow safe files
    location ~* \.(?:css(\.map)?|js(\.map)?|ttf|ttc|otf|eot|woff2?|svgz?|jpe?g|png|gif|ico|cur|heic|webp|tiff?|mp3|m4a|aac|ogg|midi?|wav|mp4|mov|webm|mpe?g|avi|ogv|flv|wmv|pdf|docx?|dotx?|docm|dotm|xlsx?|xltx?|xlsm|xltm|pptx?|potx?|pptm|potm|ppsx?)$ {
        add_header Access-Control-Allow-Origin "*";
        add_header Cache-Control "public";
        expires    30d;
    }

    # deny everything else
    location / {
        deny all;
    }
}

# HTTP redirect
server {
    listen      80;
    listen      [::]:80;
    server_name wincloudbd.com;
    return      301 https://www.wincloudbd.com$request_uri;
}

server {
    listen      80;
    listen      [::]:80;
    server_name www.wincloudbd.com;
    return      301 https://www.wincloudbd.com$request_uri;
}

server {
    listen      80;
    listen      [::]:80;
    server_name cdn.wincloudbd.com;
    return      301 https://cdn.wincloudbd.com$request_uri;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0084 ]--