mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
[fix] removed ssl on from nginx.conf
based on: http://stackoverflow.com/questions/8768946/dealing-with-nginx-400-the-plain-http-request-was-sent-to-https-port-error
This commit is contained in:
parent
9ccc39fe75
commit
0f0a01efc4
@ -22,7 +22,6 @@ 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