Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorApril King <april@mozilla.com>2020-04-03 19:28:55 +0300
committerApril King <april@mozilla.com>2020-04-03 19:28:55 +0300
commit0b7573504dc909e6b0c66b1373197ede7c5ffaa6 (patch)
treed3ed5644e48528f02582934464bca09f0b14b118 /src/templates
parent5b153ad9fba5f16f8ae832ee2ad7743b520708f8 (diff)
Remove extra postgresql space
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/partials/postgresql.hbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/partials/postgresql.hbs b/src/templates/partials/postgresql.hbs
index 16c5cfc..d69d122 100644
--- a/src/templates/partials/postgresql.hbs
+++ b/src/templates/partials/postgresql.hbs
@@ -16,6 +16,5 @@ ssl_dh_params_file = '/path/to/dhparam.pem'
ssl_ciphers = '{{{join output.ciphers ":"}}}'
{{/if}}
{{#if (minver "12.0.0" form.serverVersion)}}
-
ssl_min_protocol_version = '{{output.protocols.[0]}}'
{{/if}}