Skip to content

Commit

Permalink
removed deprecated 'ssl on' directive (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
siexp authored May 20, 2021
1 parent 64466cf commit eedaa01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/reverseproxy_ssl.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ server {
access_log /var/log/nginx/{{ item.key }}_access.log;
error_log /var/log/nginx/{{ item.key }}_error.log error;

ssl on;
{% if not __skip_letsencrypt | default(false) and item.value.letsencrypt is defined and item.value.letsencrypt %}
ssl_certificate /etc/letsencrypt/live/{{ item.key }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ item.key }}/privkey.pem;
Expand Down

0 comments on commit eedaa01

Please # to comment.