Trying to set the timeout for requests in uWSGI, I\'m not sure of the correct setting. There seem to be multiple timeout options (socket, interface, etc.) and it\'s not rea
Setting http-timeout worked for me. I have http = :8080, so I assume if you use file system socket, you have to use socket-timeout.
http-timeout
http = :8080
socket-timeout