Files
yakpanel-core/rewrite/nginx/dbshop.conf
2026-04-07 02:04:22 +05:30

7 lines
103 B
Plaintext

location /{
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.htaccess{
deny all;
}