| Server IP : 160.187.147.141 / Your IP : 216.73.216.229 Web Server : nginx/1.28.0 System : Linux inter3 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64 User : butparkerkhactencom ( 1005) PHP Version : 8.4.8 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/nginx/sites-enabled/ |
Upload File : |
server {
listen 80;
listen [::]:80;
server_name www.4a1dvastfrggyx.flashpanel.link 4a1dvastfrggyx.flashpanel.link;
return 301 https://4a1dvastfrggyx.flashpanel.link$request_uri;
}
server {
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
ssl_certificate /root/.flashpanel/certificates/121661/server.crt;
ssl_certificate_key /root/.flashpanel/certificates/121661/server.key;
ssl_session_timeout 1d;
ssl_session_cache shared:FlashSSL:10m;
ssl_session_tickets off;
ssl_dhparam /etc/nginx/dhparams.pem;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
ssl_prefer_server_ciphers off;
server_name 4a1dvastfrggyx.flashpanel.link;
location ^~ /.well-known/acme-challenge {
auth_basic off;
allow all;
alias /home/flashvps/.ssl;
}
server_tokens off;
root /home/flashvps/4a1dvastfrggyx.flashpanel.link;
client_max_body_size 0;
add_header Strict-Transport-Security "max-age=63072000" always;
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options "nosniff";
index index.html index.php;
charset utf-8;
location / {
proxy_pass http://localhost:2022;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
proxy_read_timeout 86400s;
proxy_send_timeout 86400s;
}
location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }
access_log off;
# access_log /var/log/nginx/4a1dvastfrggyx.flashpanel.link-access.log;
error_log /var/log/nginx/4a1dvastfrggyx.flashpanel.link-error.log error;
error_page 404 /index.php;
location ~ \.php$ {
try_files $uri $uri/ =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
# fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
}
# Deny files starting with a . (dot) except .well-known
location ~ /\.(?!well-known).* {
deny all;
}
}