Merge pull request #288 from openreplay/dev
chore(nginx): Fixed comments in vars.yaml
This commit is contained in:
commit
94416d5fdd
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue