chore(nginx): enabling keep alive for frontend

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-24 23:17:03 +05:30
parent dff39cee65
commit be61e81c57

View file

@ -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/;