From 54de370b3191c06cd0354cfa65543fe2bac31b77 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Sun, 23 Jan 2022 23:30:53 +0100 Subject: [PATCH] feat(nginx): fixed comment in vars.yaml --- scripts/helmcharts/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 6edb0f32c..acae47824 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -106,6 +106,6 @@ chalice: # # and copied to ../openreplay/files/ # sslKey: site.key # sslCert: site.crt +# # Redirecting http to https # customServerConfigs: | -# # Redirecting http to https # return 301 https://$host$request_uri;