Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #95 from gritt/master
improvements for uploads
  • Loading branch information
eko committed Oct 27, 2018
2 parents b3d0b32 + e34c85b commit b264e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/nginx.conf
Expand Up @@ -24,6 +24,9 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
open_file_cache max=100;
client_body_temp_path /tmp 1 2;
client_body_buffer_size 256k;
client_body_in_file_only off;
}

daemon off;
1 change: 1 addition & 0 deletions php-fpm/Dockerfile
Expand Up @@ -14,6 +14,7 @@ RUN apk add --update \
php7-json \
php7-intl \
php7-mcrypt \
php7-fileinfo\
php7-mbstring \
php7-opcache \
php7-openssl \
Expand Down

0 comments on commit b264e01

Please sign in to comment.