HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //var/lib/letsencrypt/backups/1745617420.0922284/qayyoomi.com_15
server {
  root /var/www/qayyoomi.com/root;
  index index.php index.html index.htm;
  server_name qayyoomi.com www.qayyoomi;

  include /etc/nginx/sites-available/php.cnf;

  client_max_body_size 512M;
  try_files $uri $uri/ /index.php?$args;
  location ~* \.(js|css|png|jpg|jpeg|gif|ico|eot|otf|ttf|woff|mp4|mp3)$ {
    add_header Access-Control-Allow-Origin *;
    add_header Cache-Control "public, max-age=31536000, immutable";
    access_log off; log_not_found off;
  }
}