cmbYouku_Api/public/nginx.htaccess

6 lines
108 B
Plaintext
Raw Normal View History

2024-07-02 15:04:09 +08:00
location / {
2024-07-01 15:57:07 +08:00
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}