odoo timeout problem after proxying with nginx

After odoo uses nginx as a reverse proxy

When importing data, a js error is reported

Uncaught TypeError:Cannot read property '1' of undefined

 

Add in the location block of the reverse proxy of nginx

proxy_connect_timeout = 600s;

proxy_read_timeout = 600s;

proxy_send_timeout = 600s;

Set the timeout a little longer.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326235105&siteId=291194637