我刚刚更新了我的系统,现在我的手机坏了。当我转到网页时,我会得到这个错误。
JS error: [http://192.168.0.36/rutorrent/js/jquery.js : 2] TypeError: a is null我搜索了它,我发现它在为别人重新启动之后修复了自己。试过了,不是给我的。
我使用nginx作为rutorrent的web服务器。
我使用这些指示安装了它。
有什么想法吗?
发布于 2014-11-18 03:33:41
打开站点的nginx配置/etc/nginx/sites-available/yoursite
“你的网站”是你给你的网站命名的名字。我的是“默认”。
将include fastcgi_params;更改为include fastcgi.conf;并重新启动服务:
sudo service nginx restarthttps://askubuntu.com/questions/523185
复制相似问题