Advertisement
vhuezo

NGINX timeout

Jan 9th, 2023 (edited)
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.27 KB | None | 0 0
  1. # Proxy timeouts
  2. proxy_connect_timeout              7200s;
  3. proxy_send_timeout                 7200s;
  4. proxy_read_timeout                 7200s;
  5.  
  6. ##
  7. add_header Cache-Control "no-cache";
  8.  
  9. # Desactivar el Limite de Subida de Archivos
  10. ##
  11. client_max_body_size 0;
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement