2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

[fix] ssl on

This commit is contained in:
Anand Doshi 2016-07-25 15:40:07 +05:30
parent 0f0a01efc4
commit fb5bf3edb4

View File

@ -22,6 +22,7 @@ server {
root {{ sites_path }};
{% if ssl_certificate and ssl_certificate_key %}
ssl on;
ssl_certificate {{ ssl_certificate }};
ssl_certificate_key {{ ssl_certificate_key }};
ssl_session_timeout 5m;