Hi!
I am running Odoo 8 behind nginx. Now I installed the module "auto_backup" and tried to save to an external server using sftp. When I hit "test connection" I am receiving this error:
XmlHttpRequestError Gateway Time-out
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.4.6 (Ubuntu)</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
I guess I will have to add a nginx configuration for sftp... Any ideas, what's causing the problems?
Thank you!