Skip to content

Commit

Permalink
Remove ssl on config as it's not valid in nginx 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Apr 26, 2024
1 parent f12a356 commit 2c6433f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/secure_ssl.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ssl_password_file {{ nginx_ssl_passphrase_path }};

# SSL opts
{% if site.server.ssl.add_ssl_directive is not defined or site.server.ssl.add_ssl_directive %}
ssl on;
{% endif %}
ssl_protocols {{ nginx_ssl_protocols }};
ssl_ciphers "{{ nginx_ssl_ciphers }}";
Expand Down

0 comments on commit 2c6433f

Please sign in to comment.