Skip to content

Commit e96cb7b

Browse files
authored
Increase client_max_body_size for golem-router (#139)
1 parent d768d53 commit e96cb7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

golem-router/golem-services.conf.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ events {
33
}
44

55
http {
6+
client_max_body_size 4m; # Increase this especially if your template size is higher than this
7+
68
# For docker we need this for service discovery in docker network
79
resolver 127.0.0.11;
810

0 commit comments

Comments
 (0)