diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-09 12:03:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-09 12:03:26 -0200 |
commit | dc8de77ffcc5ac3861a9f4e31c3bacc8a42ed322 (patch) | |
tree | f88cd71377abe563ad53caebdc6ee17fb9622514 /templates | |
parent | 8f7043a8948b3236d3c2582c865b27af4613c632 (diff) | |
download | puppet-bootstrap-dc8de77ffcc5ac3861a9f4e31c3bacc8a42ed322.tar.gz puppet-bootstrap-dc8de77ffcc5ac3861a9f4e31c3bacc8a42ed322.tar.bz2 |
Cleanup proxy template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/etc/nginx/domain.erb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/etc/nginx/domain.erb b/templates/etc/nginx/domain.erb index 8beff14..80a3ad5 100644 --- a/templates/etc/nginx/domain.erb +++ b/templates/etc/nginx/domain.erb @@ -106,13 +106,6 @@ server { ssl_certificate /etc/ssl/certs/cert.crt; ssl_certificate_key /etc/ssl/private/cert.pem; - ssl_session_timeout 5m; - - ssl_protocols SSLv3 TLSv1; - ssl_ciphers HIGH:MEDIUM:!aNULL:!SSLv2:!MD5:@STRENGTH; - ssl_prefer_server_ciphers on; - ssl_dhparam /etc/ssl/dhparams/dhparams_2048.pem; - # Set the max size for file uploads client_max_body_size 100M; |