Skip to content

Commit 48530c4

Browse files
authored
increase nginx proxy buffers
1 parent 61f07f2 commit 48530c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

custom-nginx-reverse-proxy.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ http {
66
include mime.types;
77
server_names_hash_bucket_size 128;
88
sendfile on;
9-
10-
proxy_buffers 8 32k;
9+
10+
proxy_buffers 8 1024k;
11+
proxy_buffer_size 1024k;
1112

1213
upstream eae {
1314
server 10.200.10.1:8081;

0 commit comments

Comments
 (0)