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:
parent
0f0a01efc4
commit
fb5bf3edb4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user