mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -5,6 +5,7 @@ server {
|
|||||||
|
|
||||||
ssl_certificate /etc/ssl/crt/{{ inventory_hostname }}.crt;
|
ssl_certificate /etc/ssl/crt/{{ inventory_hostname }}.crt;
|
||||||
ssl_certificate_key /etc/ssl/private/{{ inventory_hostname }}.pem;
|
ssl_certificate_key /etc/ssl/private/{{ inventory_hostname }}.pem;
|
||||||
|
ssl_protocols TLSv1.2;
|
||||||
|
|
||||||
# Cache and tickets improve performance by ~10% on small requests
|
# Cache and tickets improve performance by ~10% on small requests
|
||||||
ssl_session_cache shared:SSL:1m;
|
ssl_session_cache shared:SSL:1m;
|
||||||
|
|||||||
Reference in New Issue
Block a user