Files

7 lines
103 B
Plaintext
Raw Permalink Normal View History

2026-04-07 02:04:22 +05:30
location /{
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.htaccess{
deny all;
}