Loading...
初步配置地址重写Typecho+Nginx下打开地址重写启动失败,Nginx服务器默认没有开启地址重写功能 解决: 在Nginx的配置文件的server中,加入if (!-e $request_filename) { ...