Skip to content

Commit 74e2e14

Browse files
committed
Allow longer GET requests
1 parent ca899d9 commit 74e2e14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dinghy.nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
client_max_body_size 4g;
2+
client_header_buffer_size 256k;
3+
large_client_header_buffers 8 1024k;
24
proxy_read_timeout 86400s;
35
proxy_send_timeout 86400s;

0 commit comments

Comments
 (0)