2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-27 11:43:29 +00:00

fix: ssl nginx directive deprecation

This commit is contained in:
Roberto Murguia 2021-06-14 15:20:03 -05:00
parent a7fec5c4f5
commit a514a0e97b

View File

@ -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;