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

View File

@ -2,7 +2,7 @@ server {
server_name {{ vhost.domains | join(' ') }}; server_name {{ vhost.domains | join(' ') }};
listen 80; listen 80;
client_max_body_size 1k; client_max_body_size 4k;
location / { location / {
proxy_pass http://10.13.12.1:3000; 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 *.{{ vho }} a {{ host_ip }}
add _acme-challenge.{{ vho }} a {{ host_ip }} add _acme-challenge.{{ vho }} a {{ host_ip }}
add _acme-challenge.{{ vho }} ns _acme-challenge 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 send
{% endfor %} {% endfor %}
quit quit