mirror of
https://github.com/frappe/bench.git
synced 2025-01-25 16:08:23 +00:00
fix: ssl nginx directive deprecation
This commit is contained in:
parent
a7fec5c4f5
commit
a514a0e97b
@ -35,7 +35,6 @@ server {
|
||||
proxy_busy_buffers_size 256k;
|
||||
|
||||
{% if ssl_certificate and ssl_certificate_key %}
|
||||
ssl on;
|
||||
ssl_certificate {{ ssl_certificate }};
|
||||
ssl_certificate_key {{ ssl_certificate_key }};
|
||||
ssl_session_timeout 5m;
|
||||
|
Loading…
x
Reference in New Issue
Block a user