Skip to content

Commit 42fdefa

Browse files
committed
disable resumption?
1 parent 0ae4109 commit 42fdefa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/BenchmarksApps/TLS/Nginx/config/nginx.conf

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ http {
1919
ssl_certificate /etc/nginx/certs/cert.pem;
2020
ssl_certificate_key /etc/nginx/certs/key.pem;
2121

22+
# Disable TLS session resumption
23+
ssl_session_cache off;
24+
ssl_session_tickets off;
25+
2226
# returns default nginx page
2327
location / {
2428
root /usr/share/nginx/html;

0 commit comments

Comments
 (0)