mirror of
https://github.com/likeshop-github/likeshop.git
synced 2024-11-10 09:13:12 +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;
|
|
}
|
|
} |