Advertisement
huezohuezo1990

NGINX - timeouts

Jan 10th, 2023
2,044
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.21 KB | None | 1 0
  1. # Proxy timeouts
  2. proxy_connect_timeout              60s;
  3. proxy_send_timeout                 60s;
  4. proxy_read_timeout                 60s;
  5.  
  6. ##
  7. add_header Cache-Control "no-cache";
  8.  
  9. ###
  10. client_max_body_size 0;
  11.  
  12.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement