mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
fix: correctly set address without protocol
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user