From 4bace97cd71f468d475317d53c7f5c33d4d2b863 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Mon, 19 Nov 2018 12:33:26 -0500 Subject: Moving gzip properties into fe Issue-ID: AAI-1881 Change-Id: Icd7f912d7cd8dc965051ed89b77718b84fc4a235 Signed-off-by: Arul.Nambi --- .../config/application-fe-prod.properties | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sparkybe-onap-application/config/application-fe-prod.properties') diff --git a/sparkybe-onap-application/config/application-fe-prod.properties b/sparkybe-onap-application/config/application-fe-prod.properties index b332358..0a68468 100644 --- a/sparkybe-onap-application/config/application-fe-prod.properties +++ b/sparkybe-onap-application/config/application-fe-prod.properties @@ -4,4 +4,13 @@ server.servlet.context-path=/services/aai/webapp/ # # attempt to externalize ui JS classes + resources # -spring.resources.static-locations=file:${APP_HOME}/static/ \ No newline at end of file +spring.resources.static-locations=file:${APP_HOME}/static/ + +# Enable response compression +server.compression.enabled=true + +# The comma-separated list of mime types that should be compressed +server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json + +# Compress the response only if the response size is at least 1KB +server.compression.min-response-size=1024 \ No newline at end of file -- cgit 1.2.3-korg