1. 导入 dkewl.sql 数据库文件
2. 修改数据库配置文件路径 /data/config.php
3. 伪静态设置为:
location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1&$args last; break; }}