소스 검색

increased timeout for backend

Serghey Rodin 8 년 전
부모
커밋
2b5d7d3c98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;