Merge branch 'master' into prosshy

This commit is contained in:
Bet@ 2024-11-26 14:29:35 -03:00
commit 091e80ac46
3 changed files with 13 additions and 3 deletions

View File

@ -16,7 +16,7 @@ matrix:
nodos:
- marmite
- ka
- chasqui
- nodochasqui
- yanapak
- comun01
- pilmaiken
@ -33,11 +33,16 @@ matrix:
- vmcpogt
- rednasa
- respaldos
- rednasaazuun
- rednasaazun
- comixcal
- nodochasqui
- narkitila
- naxuxi
- padiuxiterminal
- yanapaknodo2
- tule
- fundepsterminal
- jilgerilla
- service_name: respaldos
domains:

View File

@ -2,7 +2,7 @@ server {
server_name {{ vhost.domains | join(' ') }};
listen 80;
client_max_body_size 1k;
client_max_body_size 4k;
location / {
proxy_pass http://10.13.12.1:3000;

View File

@ -9,6 +9,11 @@ add {{ vho }} a {{ host_ip }}
add *.{{ vho }} a {{ host_ip }}
add _acme-challenge.{{ vho }} a {{ host_ip }}
add _acme-challenge.{{ vho }} ns _acme-challenge
{% if vhost.dns_extras is defined %}
{% for dns_extra in vhost.dns_extras %}
{{ dns_extra }}
{% endfor %}
{% endif %}
send
{% endfor %}
quit