Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Apache
  2.  
  3. <IfModule mod_fcgid.c>
  4. IPCCommTimeout 7200
  5. FcgidIOTimeout 7200
  6. FcgidBusyTimeout 7200
  7. </IfModule>
  8.  
  9. <IfModule mod_proxy.c>
  10. ProxyTimeout 7200
  11. </IfModule>
  12.  
  13.  
  14. [Nginx]
  15.  
  16. proxy_connect_timeout 7200;
  17. proxy_send_timeout 7200;
  18. proxy_read_timeout 7200;
  19. send_timeout 7200;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement