Answers for "nginx timeout 30 sec"

0

nginx unlimited timeout

http {
     fastcgi_read_timeout 300;
     proxy_read_timeout 300;
}
Posted by: Guest on January-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language