Sindbad~EG File Manager

Current Path : /etc/nginx/sites-enabled/
Upload File :
Current File : //etc/nginx/sites-enabled/product.quickscrum.com

server {
        listen 80;
        root /var/www/quickscrum.com;
        index index.php index.html index.htm index.nginx-debian.html;
        server_name product.quickscrum.com;

        location / {
                try_files $uri $uri/ =404;
        }

        location ~ \.php$ {
                include snippets/fastcgi-php.conf;
                fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
        }

        location ~ /\.ht {
                deny all;
        }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists