Skip to content

Commit e64a0a9

Browse files
authored
Update Apache stapling version
bugs were in 2.4.10 and 2.4.11 implementation, good performance since 2.4.13
1 parent 040a06d commit e64a0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/partials/apache.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ SSLSessionTickets off
5959
{{/if}}
6060
{{/if}}
6161
{{#if form.ocsp}}
62-
{{#if (minver "2.4.14" form.serverVersion)}}
62+
{{#if (minver "2.4.13" form.serverVersion)}}
6363

6464
SSLUseStapling On
6565
SSLStaplingCache "shmcb:logs/ssl_stapling(32768)"
6666
{{/if}}
67-
{{/if}}
67+
{{/if}}

0 commit comments

Comments
 (0)