Skip to content

Commit

Permalink
Allow larger requests
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jun 5, 2024
1 parent 4660679 commit f300097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ server {

listen 80;

client_max_body_size 0; # Allow requests of any size

location / {
proxy_pass http://hello_django;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit f300097

Please sign in to comment.