2
0
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:
gavin 2021-07-07 11:24:36 +05:30 committed by GitHub
commit db4627bb92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;