403Webshell
Server IP : 185.252.147.100  /  Your IP : 216.73.216.196
Web Server : nginx/1.27.3
System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
User : mitr ( 1000)
PHP Version : 8.2.29
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /www/enabled/templates/mail and dav/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/enabled/templates/mail and dav/baikal.conf
server {
        listen 443 quic;
        listen 443 ssl;
        listen [::]:443 ssl;
        listen [::]:443 quic;

    more_set_headers 'alt-svc: h3=":443"; ma=86400';

    server_name  dav.k-45.ru;

#access_log off;

    add_header Content-Security-Policy  "default-src 'self' https: data: 'unsafe-inline';     frame-src 'self' blob:; frame-ancestors 'self'; form-action 'self';     script-src 'self' blob: 'unsafe-inline' 'unsafe-eval';"     always;

    root  /www/html/baikal/html;
    index index.php;

    rewrite ^/.well-known/caldav /dav.php redirect;
    rewrite ^/.well-known/carddav /dav.php redirect;

    charset utf-8;

    location ~ /(\.ht|Core|Specific) {
        deny all;
        return 404;
    }

    # location ~ index.php {
    #     deny all;
    #     return 404;
    # }

    location ~ ^(.+\.php)(.*)$ {
        include  /www/nginx/fastcgi.conf;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        fastcgi_param  PATH_INFO        $fastcgi_path_info;
    }
}

#
# Redirect all www to non-www
#

    server {
        listen 443 quic;
        listen 443 ssl;
        listen [::]:443 ssl;
        listen [::]:443 quic;
        server_name www.dav.k-45.ru;
        return 301 https://dav.k-45.ru$request_uri;
    }

    server {
        listen 80;
        listen [::]:80;
        server_name dav.k-45.ru www.dav.k-45.ru;
        return 301 https://dav.k-45.ru$request_uri;
    }

Youez - 2016 - github.com/yon3zu
LinuXploit