mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
[fix] ssl on
This commit is contained in:
parent
0f0a01efc4
commit
fb5bf3edb4
@ -22,6 +22,7 @@ server {
|
|||||||
root {{ sites_path }};
|
root {{ sites_path }};
|
||||||
|
|
||||||
{% if ssl_certificate and ssl_certificate_key %}
|
{% if ssl_certificate and ssl_certificate_key %}
|
||||||
|
ssl on;
|
||||||
ssl_certificate {{ ssl_certificate }};
|
ssl_certificate {{ ssl_certificate }};
|
||||||
ssl_certificate_key {{ ssl_certificate_key }};
|
ssl_certificate_key {{ ssl_certificate_key }};
|
||||||
ssl_session_timeout 5m;
|
ssl_session_timeout 5m;
|
||||||
|
Loading…
Reference in New Issue
Block a user