Loading templates/nginx.conf +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ http { listen {{ url.hostname }}:{{ port }} {{ flag }}; server_name _; {%- if url.scheme == 'https' %} {% if url.scheme == 'https' %} ssl_certificate {{ ssl_certificate }}; ssl_certificate_key {{ ssl_certificate_key or ssl_certificate }}; {% endif -%} Loading Loading
templates/nginx.conf +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ http { listen {{ url.hostname }}:{{ port }} {{ flag }}; server_name _; {%- if url.scheme == 'https' %} {% if url.scheme == 'https' %} ssl_certificate {{ ssl_certificate }}; ssl_certificate_key {{ ssl_certificate_key or ssl_certificate }}; {% endif -%} Loading