vm-ansible/host_vars/vikunja.yaml
Kristóf Torma 32b2473c6c
Some checks failed
continuous-integration/drone/push Build is failing
fix http in vikunja
2023-08-14 20:40:57 +02:00

13 lines
268 B
YAML

---
ansible_host: vikunja.intra.tormakris.dev
webserver:
- domain: "vikunja.tormakristof.eu"
port: 8081
bigrequests: false
https: false
additionallocations:
- https: false
port: 8080
location: '~* ^/(api|dav|\.well-known)/'
...