We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4704a06 + e64a0a9 commit a93ea76Copy full SHA for a93ea76
1 file changed
src/templates/partials/apache.hbs
@@ -59,9 +59,9 @@ SSLSessionTickets off
59
{{/if}}
60
61
{{#if form.ocsp}}
62
- {{#if (minver "2.4.14" form.serverVersion)}}
+ {{#if (minver "2.4.13" form.serverVersion)}}
63
64
SSLUseStapling On
65
SSLStaplingCache "shmcb:logs/ssl_stapling(32768)"
66
67
-{{/if}}
+{{/if}}
0 commit comments