mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-09 15:08:31 +01:00
feat: make acme termination optional
This commit is contained in:
@@ -7,7 +7,9 @@ server{
|
||||
|
||||
{% if servernames %}server_name{% for s in servernames %} {{ s }}{% endfor %};{% endif %}
|
||||
|
||||
{% if acme %}
|
||||
include acme-challenge.conf;
|
||||
{% endif %}
|
||||
|
||||
location / {
|
||||
proxy_pass http://{{ targetip }}:{{ targetport }};
|
||||
|
||||
Reference in New Issue
Block a user