File tree 7 files changed +77
-0
lines changed
7 files changed +77
-0
lines changed Original file line number Diff line number Diff line change 15
15
alias /usr/share/nginx/html/index.html;
16
16
}
17
17
18
+ proxy_connect_timeout 600;
19
+ proxy_send_timeout 600;
20
+ proxy_read_timeout 600;
21
+ send_timeout 600;
22
+ client_max_body_size 10G;
23
+
18
24
location / {
19
25
proxy_pass http://{{ include "ui.fullname" (index .Subcharts "audioqna-ui") }}:{{ index .Values "audioqna-ui" "service" "port" }};
20
26
proxy_set_header Host $host;
29
35
proxy_set_header X-Real-IP $remote_addr;
30
36
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
31
37
proxy_set_header X-Forwarded-Proto $scheme;
38
+
39
+ proxy_buffering off;
40
+ proxy_cache off;
41
+ proxy_request_buffering off;
42
+ gzip off;
32
43
}
33
44
}
34
45
Original file line number Diff line number Diff line change 13
13
alias /usr/share/nginx/html/index.html;
14
14
}
15
15
16
+ proxy_connect_timeout 600;
17
+ proxy_send_timeout 600;
18
+ proxy_read_timeout 600;
19
+ send_timeout 600;
20
+ client_max_body_size 10G;
21
+
16
22
location / {
17
23
proxy_pass http://{{ include "ui.fullname" (index .Subcharts "chatqna-ui") }}:{{ index .Values "chatqna-ui" "service" "port" }};
18
24
proxy_set_header Host $host;
27
33
proxy_set_header X-Real-IP $remote_addr;
28
34
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
29
35
proxy_set_header X-Forwarded-Proto $scheme;
36
+
37
+ proxy_buffering off;
38
+ proxy_cache off;
39
+ proxy_request_buffering off;
40
+ gzip off;
30
41
}
31
42
32
43
location /v1/dataprep {
Original file line number Diff line number Diff line change 13
13
alias /usr/share/nginx/html/index.html;
14
14
}
15
15
16
+ proxy_connect_timeout 600;
17
+ proxy_send_timeout 600;
18
+ proxy_read_timeout 600;
19
+ send_timeout 600;
20
+ client_max_body_size 10G;
21
+
16
22
location / {
17
23
proxy_pass http://{{ include "ui.fullname" (index .Subcharts "codegen-ui") }}:{{ index .Values "codegen-ui" "service" "port" }};
18
24
proxy_set_header Host $host;
27
33
proxy_set_header X-Real-IP $remote_addr;
28
34
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
29
35
proxy_set_header X-Forwarded-Proto $scheme;
36
+
37
+ proxy_buffering off;
38
+ proxy_cache off;
39
+ proxy_request_buffering off;
40
+ gzip off;
30
41
}
31
42
}
32
43
Original file line number Diff line number Diff line change 13
13
alias /usr/share/nginx/html/index.html;
14
14
}
15
15
16
+ proxy_connect_timeout 600;
17
+ proxy_send_timeout 600;
18
+ proxy_read_timeout 600;
19
+ send_timeout 600;
20
+ client_max_body_size 10G;
21
+
16
22
location / {
17
23
proxy_pass http://{{ include "ui.fullname" (index .Subcharts "codetrans-ui") }}:{{ index .Values "codetrans-ui" "service" "port" }};
18
24
proxy_set_header Host $host;
27
33
proxy_set_header X-Real-IP $remote_addr;
28
34
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
29
35
proxy_set_header X-Forwarded-Proto $scheme;
36
+
37
+ proxy_buffering off;
38
+ proxy_cache off;
39
+ proxy_request_buffering off;
40
+ gzip off;
30
41
}
31
42
}
32
43
Original file line number Diff line number Diff line change 13
13
alias /usr/share/nginx/html/index.html;
14
14
}
15
15
16
+ proxy_connect_timeout 600;
17
+ proxy_send_timeout 600;
18
+ proxy_read_timeout 600;
19
+ send_timeout 600;
20
+ client_max_body_size 10G;
21
+
16
22
location / {
17
23
proxy_pass http://{{ include "ui.fullname" (index .Subcharts "docsum-ui") }}:{{ index .Values "docsum-ui" "service" "port" }};
18
24
proxy_set_header Host $host;
27
33
proxy_set_header X-Real-IP $remote_addr;
28
34
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
29
35
proxy_set_header X-Forwarded-Proto $scheme;
36
+
37
+ proxy_buffering off;
38
+ proxy_cache off;
39
+ proxy_request_buffering off;
40
+ gzip off;
30
41
}
31
42
}
32
43
Original file line number Diff line number Diff line change 13
13
alias /usr/share/nginx/html/index.html;
14
14
}
15
15
16
+ proxy_connect_timeout 600;
17
+ proxy_send_timeout 600;
18
+ proxy_read_timeout 600;
19
+ send_timeout 600;
20
+ client_max_body_size 10G;
21
+
16
22
location / {
17
23
proxy_pass http://{{ include "ui.fullname" (index .Subcharts "faqgen-ui") }}:{{ index .Values "faqgen-ui" "service" "port" }};
18
24
proxy_set_header Host $host;
27
33
proxy_set_header X-Real-IP $remote_addr;
28
34
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
29
35
proxy_set_header X-Forwarded-Proto $scheme;
36
+
37
+ proxy_buffering off;
38
+ proxy_cache off;
39
+ proxy_request_buffering off;
40
+ gzip off;
30
41
}
31
42
}
32
43
Original file line number Diff line number Diff line change 13
13
alias /usr/share/nginx/html/index.html;
14
14
}
15
15
16
+ proxy_connect_timeout 600;
17
+ proxy_send_timeout 600;
18
+ proxy_read_timeout 600;
19
+ send_timeout 600;
20
+ client_max_body_size 10G;
21
+
16
22
location / {
17
23
proxy_pass http://{{ include "ui.fullname" (index .Subcharts "visualqna-ui") }}:{{ index .Values "visualqna-ui" "service" "port" }};
18
24
proxy_set_header Host $host;
27
33
proxy_set_header X-Real-IP $remote_addr;
28
34
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
29
35
proxy_set_header X-Forwarded-Proto $scheme;
36
+
37
+ proxy_buffering off;
38
+ proxy_cache off;
39
+ proxy_request_buffering off;
40
+ gzip off;
30
41
}
31
42
32
43
}
You can’t perform that action at this time.
0 commit comments