diff --git a/roles/httpd/proxy/tasks/main.yml b/roles/httpd/proxy/tasks/main.yml index 51357794f6..667fc531ef 100644 --- a/roles/httpd/proxy/tasks/main.yml +++ b/roles/httpd/proxy/tasks/main.yml @@ -24,6 +24,7 @@ - forwarded.conf - 00-namevirtualhost.conf - 01-keepalives.conf + - 02-ticketkey.conf notify: - restart httpd tags: diff --git a/roles/httpd/proxy/templates/02-ticketkey.conf b/roles/httpd/proxy/templates/02-ticketkey.conf new file mode 100644 index 0000000000..eb0f056809 --- /dev/null +++ b/roles/httpd/proxy/templates/02-ticketkey.conf @@ -0,0 +1 @@ +SSLSessionTicketKeyFile /etc/httpd/ticketkey.tkey