Add SSL certificate to homepage
and rewrite some tasks
This commit is contained in:
@ -2,7 +2,7 @@ server {
|
||||
server_name {{ app_domains | join(" ") }};
|
||||
|
||||
{% if app_cert %}
|
||||
listen 443 ssl http2 deferred;
|
||||
listen 443 ssl http2;
|
||||
{% else %}
|
||||
listen 80;
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user