Skip to content

Commit

Permalink
Merge pull request #625 from hack4impact-uiuc/increase-max-file-limit
Browse files Browse the repository at this point in the history
Increase nginx limit
  • Loading branch information
mattwalo32 authored Feb 17, 2025
2 parents 85e1aeb + 9a0e8d7 commit a6dda0b
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 @@ -7,6 +7,7 @@ http {
listen 80;
server_name www.hearing.3dp4me-software.org hearing.3dp4me-software.org;
location / {
client_max_body_size 100G;
proxy_pass http://hearing_aid_web_app:5050/;
}
}
Expand All @@ -15,6 +16,7 @@ http {
listen 80;
server_name www.prosthetics.3dp4me-software.org prosthetics.3dp4me-software.org;
location / {
client_max_body_size 100G;
proxy_pass http://prosthetics_web_app:5051/;
}
}
Expand Down

0 comments on commit a6dda0b

Please sign in to comment.