mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
Merge pull request #1186 from rovertzxd/fix-ssl-nginx-directive-deprecation
fix: ssl nginx directive deprecation
This commit is contained in:
commit
db4627bb92
@ -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…
Reference in New Issue
Block a user