feat(nginx): fixed comment in vars.yaml

This commit is contained in:
Taha Yassine Kraiem 2022-01-23 23:30:53 +01:00
parent 2470ff1f0a
commit 54de370b31

View file

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