infra/vars/frontend.yml

11 lines
231 B
YAML
Raw Normal View History

2020-11-21 23:42:08 +01:00
---
with_certbot: true
certbot_email: info@cisti.org
servers:
- cicles:
server_name: antani.cisti.org
2021-01-04 18:56:58 +01:00
proxy_pass: http://localhost:8001
2020-11-21 23:42:08 +01:00
custom_config: |
sendfile on;
2020-12-28 17:39:41 +01:00
client_max_body_size 500m;