nginx for wordpress

1
2
3
4
5
location / {
root /data/Yvanz;
index index.html index.htm index.php;
try_files $uri $uri/ /index.php?q=$uri&$args;
}

nginx for thinkphp

1
2
3
4
5
6
7
location / {
index index.php;
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}

从第一张专辑开始,11分钟听完十一年的24首经典歌曲。一路走来,他都是安静地唱着歌,如今回头看去才恍然发现,原来我的青春里一直都有林俊杰。谢谢你的歌,点缀着我的年少时光

最近在微博看到了echo回声APP官博发的一条载有林俊杰歌曲串烧的微博,而且不少朋友都有分享。刚刚好奇的点进去试听,原来十一分钟回忆十一年的感觉就是这样的。于是一个没忍住把原音下载了下来,顺便拿出来分享。希望echo回声以及原创者不要介意。

echo回声原链:http://echo.kibey.com/sound/250541

echo回声微博链接:http://weibo.com/5195897697/C218GiAXX

下载链接:http://pan.baidu.com/s/1o6sm2q2

在那个全碟试听的视频中听到那句“全都怪我 不该沉默时沉默 该勇敢时软弱 如果不是我”时,我就感觉得到,这首歌应该能让我回忆起非常多的画面。嗯,全都怪我,不该沉默时沉默……

阅读全文 »
0%