Merge pull request #288 from openreplay/dev

chore(nginx): Fixed comments in vars.yaml
This commit is contained in:
Mehdi Osman 2022-01-24 01:05:17 +01:00 committed by GitHub
commit 94416d5fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ postgresql: &postgres
# memory: 3000Mi
# cpu: 2
clickhouse: {}
clickhouse: &clickhouse
# For enterpriseEdition
# enabled: true
@ -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;