Explorar o código

increased timeout for backend

Serghey Rodin %!s(int64=8) %!d(string=hai) anos
pai
achega
2b5d7d3c98
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/rpm/conf/nginx.conf

+ 1 - 1
src/rpm/conf/nginx.conf

@@ -68,7 +68,7 @@ http {
     proxy_send_timeout  90;
     proxy_read_timeout  90;
     proxy_buffers       32 4k;
-
+    fastcgi_read_timeout 300;
 
     # Error pages
     error_page          403          /error/403.html;