fix: correctly set address without protocol

This commit is contained in:
2023-01-02 04:16:20 +01:00
parent 03d145044b
commit eea47e3525

View File

@@ -21,7 +21,7 @@ object Host "{{ hostname }}" {
{% else %}
http_uri = "/"
{% endif %}
http_address = "https://{{ website_name }}"
http_address = "{{ website_name }}"
http_ssl = true
http_onredirect = "follow"
}