Sindbad~EG File Manager

Current Path : /var/lib/letsencrypt/backups/1541146303.7209425/
Upload File :
Current File : //var/lib/letsencrypt/backups/1541146303.7209425/quickscrum.com_1

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

        location / {
                #try_files $uri $uri/ =404;
		try_files $uri $uri/ /index.php$is_args$args;
        }

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

        location ~ /\.ht {
                deny all;
        }
	
	location = /favicon.ico { log_not_found off; access_log off; }
    	
	location = /robots.txt { log_not_found off; access_log off; allow all; }
    	
	location ~* \.(css|gif|ico|jpeg|jpg|js|png)$ {
        	expires max;
        	log_not_found off;
	}

    listen 443 ssl; # managed by Certbot
    ssl_certificate /etc/letsencrypt/live/academy.quickscrum.com/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/academy.quickscrum.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 = guide.quickscrum.com) {
        return 301 https://$host$request_uri;
    } # managed by Certbot


        listen 80;
        server_name guide.quickscrum.com;
    return 404; # managed by Certbot


}

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