chore(nginx): enabling keep alive for frontend
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
dff39cee65
commit
be61e81c57
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ data:
|
|||
location / {
|
||||
index /index.html;
|
||||
rewrite ^((?!.(js|css|png|svg|jpg|woff|woff2)).)*$ /frontend/index.html break;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
include /etc/nginx/conf.d/compression.conf;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_pass http://minio.db.svc.cluster.local:9000/frontend/;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue