
火狐的配置同步服务,这两天总是隔一段时间弹出这个错误提示,about:sync-log看了一下日志,不是502错误就是504错误:
1407079803823 Sync.Collection DEBUG mesg: POST fail 502 https://sync-40-us-west-2.sync.services.mozilla.com/1.5/1816493/storage/history
1407079803823 Sync.Collection DEBUG POST fail 502 https://sync-40-us-west-2.sync.services.mozilla.com/1.5/1816493/storage/history
1407079803823 Sync.Engine.History DEBUG Uploading records failed: <html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.6.0</center>
</body>
</html>
1407081637588 Sync.Collection DEBUG mesg: POST fail 504 https://sync-40-us-west-2.sync.services.mozilla.com/1.5/1816493/storage/history
1407081637588 Sync.Collection DEBUG POST fail 504 https://sync-40-us-west-2.sync.services.mozilla.com/1.5/1816493/storage/history
1407081637589 Sync.Engine.History DEBUG Uploading records failed: <html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.6.0</center>
</body>
</html>
想问一下有没有人遇到同样的问题的?