Limit Odoo Upload Time With NGINX
How to simply limit Odoo Upload time :
- Login to your linux using root;
- Head to /etc/nginx/sites-enabled/ and find your server block there;
- 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.