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

5 lines
120 B
Plaintext

location / {
if (!-e $request_filename) {
rewrite ^/(.+\.(html|xml|json|htm|php|jsp|asp|shtml))$ /index.php?$1 last;
}
}