vm-ansible/host_vars/vikunja.yaml

13 lines
268 B
YAML
Raw Normal View History

2023-08-05 23:36:25 +02:00
---
ansible_host: vikunja.intra.tormakris.dev
webserver:
- domain: "vikunja.tormakristof.eu"
2023-08-14 20:23:20 +02:00
port: 8081
2023-08-05 23:36:25 +02:00
bigrequests: false
https: false
2023-08-14 20:23:20 +02:00
additionallocations:
2023-08-14 20:40:57 +02:00
- https: false
2023-08-14 20:23:20 +02:00
port: 8080
location: '~* ^/(api|dav|\.well-known)/'
2023-08-05 23:36:25 +02:00
...