Skip to content

Commit

Permalink
added fastcgi_read_timeout, for performing xls uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Prado committed Jan 13, 2016
1 parent becccbc commit db4a306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/nginx/template.conf
Expand Up @@ -6,6 +6,7 @@ server {
server_name {{ server_name }};
root {{ www_root }}/public;
index index.html index.php;
fastcgi_read_timeout 300;

location / {
try_files $uri $uri/ /index.php?$query_string;
Expand Down

0 comments on commit db4a306

Please sign in to comment.