mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2026-01-21 21:47:37 +01:00
fix: correctly set address without protocol
This commit is contained in:
@@ -21,7 +21,7 @@ object Host "{{ hostname }}" {
|
|||||||
{% else %}
|
{% else %}
|
||||||
http_uri = "/"
|
http_uri = "/"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
http_address = "https://{{ website_name }}"
|
http_address = "{{ website_name }}"
|
||||||
http_ssl = true
|
http_ssl = true
|
||||||
http_onredirect = "follow"
|
http_onredirect = "follow"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user