Skip to content

Commit 0670a13

Browse files
authored
Merge pull request nginx-proxy#581 from chulkilee/ssl_session_tickets
add ssl_session_tickets to default site
2 parents 760936d + 4661bf4 commit 0670a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ server {
7070
access_log /var/log/nginx/access.log vhost;
7171
return 503;
7272

73+
ssl_session_tickets off;
7374
ssl_certificate /etc/nginx/certs/default.crt;
7475
ssl_certificate_key /etc/nginx/certs/default.key;
7576
}

0 commit comments

Comments
 (0)