Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @ini_set( 'upload_max_size' , '15M' );
  2. @ini_set( 'post_max_size', '15M');
  3. @ini_set( 'max_execution_time', '300' );
  4.  
  5. php_value upload_max_filesize 15M
  6. php_value post_max_size 15M
  7. php_value max_execution_time 300
  8. php_value max_input_time 300
  9.  
  10. http {
  11. client_max_body_size 15m;
  12. }
  13.  
  14. upload_max_filesize = 15M
  15. post_max_size = 15M
  16. max_execution_time = 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement