Al-HUWAITI Shell
Al-huwaiti


Server : nginx/1.18.0
System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User : www-data ( 33)
PHP Version : 8.0.16
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/lib/letsencrypt/backups/1726070435.6295524/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/lib/letsencrypt/backups/1726070435.6295524/etiqa_4
server {

        server_name etiqafinans.com www.etiqafinans.com;

        add_header X-Frame-Options "SAMEORIGIN";
        add_header X-XSS-Protection "1; mode=block";
        add_header X-Content-Type-Options "nosniff";

	charset utf-8;
	gzip on;
        gzip_types text/css application/javascript text/javascript application/x-javascript  image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon;

	root /var/www/ecommerce/public;
	index index.php;

	client_max_body_size 20M;

        location / {
#            alias /var/www/ecommerce/public;
#            index index.php;
	    disable_symlinks off;
            try_files $uri $uri/ /index.php?$query_string;

            location ~ \.php$ {
                        fastcgi_pass unix:/var/run/php/php8.0-fpm.sock;
                        fastcgi_param SCRIPT_FILENAME $request_filename;
                        include fastcgi_params;
            }
        }

        location @rewshop {
            rewrite /(.*)$ /index.php?/$1 last;
        }


    listen [::]:443 ssl ipv6only=on; # managed by Certbot
    listen 443 ssl; # managed by Certbot
    ssl_certificate /etc/letsencrypt/live/etiqafinans.com-0001/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/etiqafinans.com-0001/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

    if ($host = etiqafinans.com) {
        return 301 https://www.$host$request_uri;
    }


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


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


        listen 80;
        listen [::]:80;

        server_name etiqafinans.com www.etiqafinans.com;
    return 404; # managed by Certbot




}

Al-HUWAITI Shell