Skip to content

Commit

Permalink
Merge pull request #420 from zurdi15/fix-nginx-max-body-size
Browse files Browse the repository at this point in the history
Fix nginx max body size
  • Loading branch information
zurdi15 committed Oct 31, 2023
2 parents 9a9b03a + e920494 commit fa1cdf9
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 244 deletions.
1 change: 0 additions & 1 deletion docker/init_scripts/init_scheduler
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

cd /back
[[ ${ENABLE_EXPERIMENTAL_REDIS} == "true" ]] && python3 scheduler.py || sleep infinity
1 change: 0 additions & 1 deletion docker/init_scripts/init_watchdog
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

cd /back
python3 watcher.py
1 change: 1 addition & 0 deletions docker/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ http {
scgi_temp_path /tmp/scgi;

sendfile on;
client_max_body_size 0;
tcp_nopush on;
# types_hash_max_size 2048;

Expand Down
Loading

0 comments on commit fa1cdf9

Please sign in to comment.