mirror of
https://github.com/likeshop-github/likeshop.git
synced 2025-09-05 04:14:33 +08:00
5 lines
No EOL
97 B
Text
5 lines
No EOL
97 B
Text
location / {
|
|
if (!-e $request_filename){
|
|
rewrite ^(.*)$ /index.php?s=$1 last; break;
|
|
}
|
|
} |