15 lines
328 B
YAML
15 lines
328 B
YAML
|
---
|
||
|
with_certbot: true
|
||
|
certbot_email: info@cisti.org
|
||
|
servers:
|
||
|
- cicles:
|
||
|
server_name: antani.cisti.org
|
||
|
proxy_pass: http://192.168.199.105:8080
|
||
|
custom_config: |
|
||
|
sendfile on;
|
||
|
client_max_body_size 80m;
|
||
|
|
||
|
- gancio:
|
||
|
server_name: sblinda.cisti.org
|
||
|
proxy_pass: http://192.168.199.104:8000
|