Skip to content

Commit

Permalink
feat: increase buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilyaev authored Mar 21, 2022
1 parent f26f949 commit b848e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ server {
root /usr/share/nginx/html;

client_max_body_size 100m;
client_body_buffer_size 10m;

location / {
try_files $uri $uri/ /index.html;
Expand Down

0 comments on commit b848e40

Please sign in to comment.