Eugeny / ajenti-v

Virtual Hosting addon for Ajenti
ajenti.org/#product-ajenti-v
MIT License
225 stars 80 forks source link

Move ssl_protocols and fix courierd mess #195

Closed Xefir closed 8 years ago

Xefir commented 8 years ago

This is to allow rewriting this value in site's advanced custom configuration

According to this documentation : http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_protocols ; this parameter can be set on http block.

It could be better in this place because if you want to rewrite this value to remove a particular TLS's version per website for example

Xefir commented 8 years ago

I had one more modification to the previous one to fix the problem done by https://github.com/Eugeny/ajenti-v/pull/193

This address to this particular issue : https://github.com/Eugeny/ajenti-v/issues/197 and https://github.com/ajenti/ajenti/issues/809