Skip to content

Commit

Permalink
Merge pull request assafelovic#864 from yigit353/increase-file-size
Browse files Browse the repository at this point in the history
Users can upload larger files
  • Loading branch information
ElishaKay authored Sep 25, 2024
2 parents e7991da + 9fff62a commit 7547d94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/gpt-researcher/getting-started/linux-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ http {
server {
listen 80;
server_name name.example;

client_max_body_size 64M;

location / {
proxy_pass http://localhost:3000;
Expand Down Expand Up @@ -108,6 +110,8 @@ And if you're using SSL:
server {
server_name name.example;
client_max_body_size 64M;
location / {
proxy_pass http://localhost:3000;
proxy_http_version 1.1;
Expand Down

0 comments on commit 7547d94

Please sign in to comment.