Skip to content Skip to sidebar Skip to footer

Limit Odoo Upload Time With NGINX

How to simply limit Odoo Upload time :
  1. Login to your linux using root;
  2. Head to /etc/nginx/sites-enabled/ and find your server block there;
  3. And then add these three lines :



    you can change 300s to any second that match to your configuration.
Update : 19/10/2020

The double quant problem stopped after I extend the timeout of Nginx by changing the value to "3000" Seconds, which means 50 minutes.